Free the Pink

Pink-ify button and link elements. #FreeThePink

What is Free the Pink?

Free the Pink is a Chrome extension developed by Winter LaMon, and its main feature is "Pink-ify button and link elements. #FreeThePink".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Free the Pink Extension CRX File

Download Free the Pink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Free the Pink Free the Pink
ID dlpefelmhiokdeoejmijfoahdagppcdm
Official URL https://chromewebstore.google.com/detail/free-the-pink/dlpefelmhiokdeoejmijfoahdagppcdm
Description Pink-ify button and link elements. #FreeThePink
File Size 14.79 KB
Installation Count 333
Current Version 0.1
Last Updated 2019-11-25
Publish Date 2019-11-24
Rating 4.00/5 Total 2 Ratings
Developer Winter LaMon
Payment Type free
Supported Languages 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
}