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 |
官方網址 | 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" ] } |