Free the Pink
Pink-ify button and link elements. #FreeThePink
Vad är Free the Pink?
Free the Pink är en Chrome-tillägg utvecklad av Winter LaMon, och dess huvudfunktion är "Pink-ify button and link elements. #FreeThePink".
Tilläggsskärmbilder
Ladda ner Free the Pink-förlängningens CRX-fil
Ladda ner Free the Pink-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | dlpefelmhiokdeoejmijfoahdagppcdm |
| Officiell webbadress | https://chromewebstore.google.com/detail/free-the-pink/dlpefelmhiokdeoejmijfoahdagppcdm |
| Beskrivning | Pink-ify button and link elements. #FreeThePink |
| Filstorlek | 14.79 KB |
| Antal Installationer | 333 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2019-11-25 |
| Publiceringsdatum | 2019-11-24 |
| Betyg | 4.00/5 Totalt 2 Betyg |
| Utvecklare | Winter LaMon |
| Betalningssätt | free |
| Stödda Språk | 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
} | |