Cookies Blocker
This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...
Co je Cookies Blocker?
Cookies Blocker je rozšíření Chrome vyvinuté https://k-legrand.com, a jeho hlavní funkcí je „This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...“.
Stáhnout soubor CRX rozšíření Cookies Blocker
Stáhněte si soubory rozšíření Cookies Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept... Keep in mind that this app does not accept cookies for you. It just hides sh*t tones of css rules. Github: https://github.com/Manoz/Cookies-F-cker
Základní Informace o Rozšíření
Název | Cookies Blocker |
ID | dafambnlnkbfdkieoeaccchlmahiolof |
Oficiální URL | https://chromewebstore.google.com/detail/cookies-blocker/dafambnlnkbfdkieoeaccchlmahiolof |
Popis | This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept... |
Velikost souboru | 47.74 KB |
Počet instalací | 1,052 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2018-08-14 |
Datum Vydání | 2018-08-14 |
Hodnocení | 3.69/5 Celkem 13 Hodnocení |
Vývojář | https://k-legrand.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Manoz/Cookies-F-cker |
URL Stránky Nápovědy | https://github.com/Manoz/Cookies-F-cker/issues |
Podporované Jazyky | en,fr |
manifest.json | |
{ "author": "Manoz", "name": "__MSG_extName__", "short_name": "CBlocker", "description": "__MSG_extDescription__", "version": "1.2", "manifest_version": 2, "default_locale": "en", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html", "default_title": "Let's block cookies!" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "css": [ "style.css" ] } ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "activeTab" ] } |