Free the Pink

Pink-ify button and link elements. #FreeThePink

Co je Free the Pink?

Free the Pink je rozšíření Chrome vyvinuté Winter LaMon, a jeho hlavní funkcí je „Pink-ify button and link elements. #FreeThePink“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Free the Pink

Stáhněte si soubory rozšíření Free the Pink ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Free the Pink Free the Pink
ID dlpefelmhiokdeoejmijfoahdagppcdm
Oficiální URL https://chromewebstore.google.com/detail/free-the-pink/dlpefelmhiokdeoejmijfoahdagppcdm
Popis Pink-ify button and link elements. #FreeThePink
Velikost souboru 14.79 KB
Počet instalací 333
Aktuální Verze 0.1
Poslední Aktualizace 2019-11-25
Datum Vydání 2019-11-24
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář Winter LaMon
Typ Platby free
Podporované Jazyky 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
}