Global Cookie Manager

Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies.

Global Cookie Managerとは何ですか?

Global Cookie Managerはhttps://www.globalcookiemanager.comによって開発されたChromeの拡張機能で、その主な機能は「Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Global Cookie Manager拡張機能のCRXファイルをダウンロード

Global Cookie Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Global Cookie Manager is a cookie manager extension for Google Chrome with advanced global search, editing and import/export features that act on all browser cookies.

Feature list:
★ Advanced list of cookies of the Current URL, Domain or Global (browser-wide).
★ Cross-search by Name, Domain and Value.
★ Remember your last search feature.
★ Full detail view.
★ Create, modify and delete cookies.
★ JSON or CSV import and export of a single cookie or the entire list.
★ Custom settings.
★ ...and other features in development.

Designed by developers for developers:
★ Focused on productivity and speed of use.
★ Facilitates website development and testing.
★ Allows to quickly check the privacy and cookie consent settings of websites.
★ Offers support to the SEO experts work.
★ It can also be used just to manually manage cookies.                    

拡張機能の基本情報

名前 Global Cookie Manager Global Cookie Manager
ID bgffajlinmbdcileomeilpihjdgjiphb
公式URL https://chromewebstore.google.com/detail/global-cookie-manager/bgffajlinmbdcileomeilpihjdgjiphb
説明 Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies.
ファイルサイズ 496 KB
インストール数 994
現在のバージョン 1.3
最終更新日 2023-09-10
公開日 2022-08-03
評価 5.00/5 合計 1 レビュー
開発者 https://www.globalcookiemanager.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.globalcookiemanager.com/
プライバシーポリシーページのURL https://www.globalcookiemanager.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Global Cookie Manager",
    "version": "1.3",
    "action": {
        "default_popup": "index.html"
    },
    "description": "Cookie Manager with advanced global search, editing and import\/export functionality that acts on all browser cookies.",
    "author": "Cristian Zuddas",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "storage"
    ]
}