Remove Cookie Pop Up
Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.
什么是Remove Cookie Pop Up?
Remove Cookie Pop Up是由Rippll开发的Chrome扩展程序,该扩展的主要功能是“Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.”。
扩展截图
下载Remove Cookie Pop Up扩展crx文件
下载Remove Cookie Pop Up扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups.
扩展基本信息
名称 | |
ID | ooapgjlibpabelcchnnjfhneafckffop |
官方URL | https://chrome.google.com/webstore/detail/remove-cookie-pop-up/ooapgjlibpabelcchnnjfhneafckffop |
简介 | Remove cookie consent pop ups! If you are not concerned about cookies, this extension will accept all cookie pop ups. |
文件大小 | 215 KB |
安装次数 | 449 |
当前版本 | 0.1.0 |
更新时间 | 2019-05-04 |
上架时间 | 2019-04-30 |
评分 | 4.33/5 共3次评分 |
开发者 | Rippll |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | de,en,fr,nl,no,da,es,hr,it,pl,sv,ru,uk,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionDescription__", "default_locale": "en", "version": "0.1.0", "icons": { "16": "icons\/PersonalPrivacy16.png", "48": "icons\/PersonalPrivacy48.png", "128": "icons\/PersonalPrivacy128.png" }, "author": "Rippll", "permissions": [ "contextMenus", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "webRequest", "webRequestBlocking", "webNavigation" ], "web_accessible_resources": [ "data\/css\/common.css", "data\/js\/common.js" ], "background": { "scripts": [ "data\/rules.js", "data\/context-menu.js" ] }, "options_ui": { "page": "data\/options.html", "chrome_style": true }, "browser_action": { "default_popup": "data\/menu\/index.html", "default_icon": { "16": "icons\/PersonalPrivacy16.png", "32": "icons\/PersonalPrivacy32.png" } } } |