Cookies Blocker
This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...
Wat is Cookies Blocker?
Cookies Blocker is een Chrome-extensie ontwikkeld door https://k-legrand.com, en de belangrijkste functie is "This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...".
Download het CRX-bestand van de extensie Cookies Blocker
Download Cookies Blocker-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 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 Basisinformatie over de Extensie
| Naam | |
| ID | dafambnlnkbfdkieoeaccchlmahiolof |
| Officiële URL | https://chromewebstore.google.com/detail/cookies-blocker/dafambnlnkbfdkieoeaccchlmahiolof |
| Beschrijving | This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept... |
| Bestandsgrootte | 47.74 KB |
| Aantal Installaties | 1,052 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2018-08-14 |
| Publicatiedatum | 2018-08-14 |
| Beoordeling | 3.69/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | https://k-legrand.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Manoz/Cookies-F-cker |
| Help Pagina-URL | https://github.com/Manoz/Cookies-F-cker/issues |
| Ondersteunde Talen | 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"
]
} | |