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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Remove Cookie Pop Up Remove Cookie Pop Up
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
Eメール [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"
        }
    }
}