Checkbox Unicorn

Marketing checkbox checker

Wat is Checkbox Unicorn?

Checkbox Unicorn is een Chrome-extensie ontwikkeld door maciejkorsan, en de belangrijkste functie is "Marketing checkbox checker".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Checkbox Unicorn

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

                        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!                    

Basisinformatie over de Extensie

Naam Checkbox Unicorn Checkbox Unicorn
ID napfddimihdecpbmbdaimebdlhdfocld
Officiële URL https://chromewebstore.google.com/detail/checkbox-unicorn/napfddimihdecpbmbdaimebdlhdfocld
Beschrijving Marketing checkbox checker
Bestandsgrootte 375 KB
Aantal Installaties 59
Huidige Versie 0.1.1
Laatst Bijgewerkt 2018-06-06
Publicatiedatum 2018-06-06
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar maciejkorsan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}