Free the Pink
Pink-ify button and link elements. #FreeThePink
Was ist Free the Pink?
Free the Pink ist eine Chrome-Erweiterung, die von Winter LaMon entwickelt wurde, und ihr Hauptmerkmal ist "Pink-ify button and link elements. #FreeThePink".
Erweiterungsscreenshots
Free the Pink-Erweiterungs-CRX-Datei herunterladen
Laden Sie Free the Pink-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dlpefelmhiokdeoejmijfoahdagppcdm |
| Offizielle URL | https://chromewebstore.google.com/detail/free-the-pink/dlpefelmhiokdeoejmijfoahdagppcdm |
| Beschreibung | Pink-ify button and link elements. #FreeThePink |
| Dateigröße | 14.79 KB |
| Installationsanzahl | 333 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2019-11-25 |
| Veröffentlichungsdatum | 2019-11-24 |
| Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Winter LaMon |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |