Checkbox Unicorn

Marketing checkbox checker

What is Checkbox Unicorn?

Checkbox Unicorn is a Chrome extension developed by maciejkorsan, and its main feature is "Marketing checkbox checker".

Extension Screenshots

screenshot

Download Checkbox Unicorn Extension CRX File

Download Checkbox Unicorn 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

                        Are you tired of all of the consents that popup everywhere? We have a solution! Our special unicorn will help you with marking the wrong checkboxes red - so you won't receive marketing stuff!                    

Extension Basic Information

Name Checkbox Unicorn Checkbox Unicorn
ID napfddimihdecpbmbdaimebdlhdfocld
Official URL https://chromewebstore.google.com/detail/checkbox-unicorn/napfddimihdecpbmbdaimebdlhdfocld
Description Marketing checkbox checker
File Size 375 KB
Installation Count 59
Current Version 0.1.1
Last Updated 2018-06-06
Publish Date 2018-06-06
Rating 4.33/5 Total 6 Ratings
Developer maciejkorsan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Checkbox Unicorn",
    "version": "0.1.1",
    "description": "Marketing checkbox checker",
    "permissions": [
        "tts",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "assets\/unicorn_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "unicorn.js"
            ],
            "css": [
                "unicorn.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/angry.png",
        "assets\/roar.mp3"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "assets\/unicorn_128.png"
    },
    "manifest_version": 2
}