Description from extension meta
Display credits for websites
Image from store
Description from store
Credit Me allows web developers and designers to be recognized for their work by making their name visible from the extension.
How it works:
As a website developer you must expose the following JavaScript window variable: "CREDIT_ME". Each item supports "name" and "url", it can be a company, an association, one person or anything.
window.CREDIT_ME = [
{
name: "Jesse Katsumata",
url: "https://jessekatsumata.com";,
},
{
name: "ACME Design",
url: "https://acmedsign.net";,
},
]