Cookies Blocker
This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...
Co to jest Cookies Blocker?
Cookies Blocker to rozszerzenie Chrome opracowane przez https://k-legrand.com, a jego główną funkcją jest „This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...”.
Pobierz plik CRX rozszerzenia Cookies Blocker
Pobierz pliki rozszerzeń Cookies Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Cookies Blocker |
ID | dafambnlnkbfdkieoeaccchlmahiolof |
Oficjalny URL | https://chromewebstore.google.com/detail/cookies-blocker/dafambnlnkbfdkieoeaccchlmahiolof |
Opis | This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept... |
Rozmiar pliku | 47.74 KB |
Liczba instalacji | 1,052 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2018-08-14 |
Data Publikacji | 2018-08-14 |
Ocena | 3.69/5 Łącznie 13 Oceny |
Deweloper | https://k-legrand.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Manoz/Cookies-F-cker |
Adres URL Strony Pomocy | https://github.com/Manoz/Cookies-F-cker/issues |
Obsługiwane Języki | 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" ] } |