Free The Web

Gets rid of cookie and privacy notifications across the web by hiding or accepting them.

Wat is Free The Web?

Free The Web is een Chrome-extensie ontwikkeld door https://unmorph.com, en de belangrijkste functie is "Gets rid of cookie and privacy notifications across the web by hiding or accepting them.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Free The Web

Download Free The Web-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

                        This extension allows users to hide or auto-accept privacy and cookie notifications while browsing. Both behaviors are configurable by the user.

This extension embraces the need for protecting the privacy of users across the Internet; it is aimed at helping those who are already aware of existing policies to increase their productivity by decluttering their browsing experience.                    

Basisinformatie over de Extensie

Naam Free The Web Free The Web
ID akbjfkpoelmhongdcnogaldonneaahdi
Officiële URL https://chromewebstore.google.com/detail/free-the-web/akbjfkpoelmhongdcnogaldonneaahdi
Beschrijving Gets rid of cookie and privacy notifications across the web by hiding or accepting them.
Bestandsgrootte 128 KB
Aantal Installaties 55
Huidige Versie 1.0.5
Laatst Bijgewerkt 2019-06-18
Publicatiedatum 2019-06-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://unmorph.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://unmorph.com/free-the-web
Help Pagina-URL https://unmorph.com/free-the-web
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Free The Web",
    "description": "Gets rid of cookie and privacy notifications across the web by hiding or accepting them.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "vendor\/jquery-3.3.1.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "data\/*.json"
    ],
    "version": "1.0.5",
    "author": "Victor Pascu",
    "browser_action": {
        "default_title": "Free The Web",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persisent": false
    },
    "icons": {
        "128": "\/img\/icon-default-128.png"
    }
}