Free the Pink
Pink-ify button and link elements. #FreeThePink
Cos'è Free the Pink?
Free the Pink è un'estensione di Chrome sviluppata da Winter LaMon, e la sua funzione principale è "Pink-ify button and link elements. #FreeThePink".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Free the Pink
Scarica i file di estensione Free the Pink in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
With the click of a button, transform all buttons and links to glorious magenta calls to action.
You get magenta! And you get magenta! Magenta for everyone! Informazioni di Base sull'Estensione
| Nome | |
| ID | dlpefelmhiokdeoejmijfoahdagppcdm |
| URL Ufficiale | https://chromewebstore.google.com/detail/free-the-pink/dlpefelmhiokdeoejmijfoahdagppcdm |
| Descrizione | Pink-ify button and link elements. #FreeThePink |
| Dimensione del File | 14.79 KB |
| Conteggio Installazioni | 333 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2019-11-25 |
| Data di Pubblicazione | 2019-11-24 |
| Valutazione | 4.00/5 Totale 2 Valutazioni |
| Sviluppatore | Winter LaMon |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Free the Pink",
"short_name": "Free the Pink",
"version": "0.1",
"description": "Pink-ify button and link elements. #FreeThePink",
"permissions": [
"activeTab"
],
"browser_action": {
"default_title": "Free the Pink",
"default_popup": "popup.html",
"default_icon": {
"16": "images\/ftp_16.png",
"32": "images\/ftp_32.png",
"48": "images\/ftp_48.png",
"128": "images\/ftp_128.png"
}
},
"icons": {
"16": "images\/ftp_16.png",
"32": "images\/ftp_32.png",
"48": "images\/ftp_48.png",
"128": "images\/ftp_128.png"
},
"manifest_version": 2
} | |