Cookies Blocker
This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...
什么是Cookies Blocker?
Cookies Blocker是由https://k-legrand.com开发的Chrome扩展程序,该扩展的主要功能是“This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept...”。
下载Cookies Blocker扩展crx文件
下载Cookies Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Cookies Blocker |
ID | dafambnlnkbfdkieoeaccchlmahiolof |
官方URL | https://chromewebstore.google.com/detail/cookies-blocker/dafambnlnkbfdkieoeaccchlmahiolof |
简介 | This extension hides the "accept cookies?" popup when you visit a website. Because of course, you always accept... |
文件大小 | 47.74 KB |
安装次数 | 1,052 |
当前版本 | 1.2 |
更新时间 | 2018-08-14 |
上架时间 | 2018-08-14 |
评分 | 3.69/5 共13次评分 |
开发者 | https://k-legrand.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Manoz/Cookies-F-cker |
帮助页面URL | https://github.com/Manoz/Cookies-F-cker/issues |
支持的语言 | 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" ] } |