Free the Pink

Pink-ify button and link elements. #FreeThePink

Qu'est-ce que Free the Pink ?

Free the Pink est une extension Chrome développée par Winter LaMon, et sa fonction principale est "Pink-ify button and link elements. #FreeThePink".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Free the Pink

Téléchargez les fichiers d'extension Free the Pink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Free the Pink Free the Pink
ID dlpefelmhiokdeoejmijfoahdagppcdm
URL Officiel https://chromewebstore.google.com/detail/free-the-pink/dlpefelmhiokdeoejmijfoahdagppcdm
Description Pink-ify button and link elements. #FreeThePink
Taille du Fichier 14.79 KB
Nombre d'Installations 333
Version Actuelle 0.1
Dernière Mise à Jour 2019-11-25
Date de Publication 2019-11-24
Évaluation 4.00/5 Total 2 Évaluations
Développeur Winter LaMon
Type de Paiement free
Langues Prises en Charge 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
}