Free the Pink

Pink-ify button and link elements. #FreeThePink

Wat is Free the Pink?

Free the Pink is een Chrome-extensie ontwikkeld door Winter LaMon, en de belangrijkste functie is "Pink-ify button and link elements. #FreeThePink".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Free the Pink

Download Free the Pink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Free the Pink Free the Pink
ID dlpefelmhiokdeoejmijfoahdagppcdm
Officiële URL https://chromewebstore.google.com/detail/free-the-pink/dlpefelmhiokdeoejmijfoahdagppcdm
Beschrijving Pink-ify button and link elements. #FreeThePink
Bestandsgrootte 14.79 KB
Aantal Installaties 333
Huidige Versie 0.1
Laatst Bijgewerkt 2019-11-25
Publicatiedatum 2019-11-24
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Winter LaMon
Betalingswijze free
Ondersteunde Talen 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
}