Open Cookies.txt
An open-source, least privilege Cookies.txt extension
Open Cookies.txtとは何ですか?
Open Cookies.txtはNinh Phamによって開発されたChromeの拡張機能で、その主な機能は「An open-source, least privilege Cookies.txt extension」です。
拡張機能のスクリーンショット
Open Cookies.txt拡張機能のCRXファイルをダウンロード
Open Cookies.txt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Least privilege Cookies.txt Extension Download or view cookies from the granted websites as cookies.txt format. The extension doesn't access your cookies by default. It only access when you allow it to. Permissions: - downloads: Download your cookie as a single file with fixed name (without (1) (2) (3).txt). This extension doesn't collect any user data. CHANGELOGS: - v1.2.0: 2023-Jan *) Added: support Incognito mode - v1.1.0: 2022-May *) Removed "Read your browsing history" permission (tabs). Source code: https://github.com/ReeganExE/open-cookies.txt
拡張機能の基本情報
名前 | Open Cookies.txt |
ID | gdocmgbfkjnnpapoeobnolbbkoibbcif |
公式URL | https://chromewebstore.google.com/detail/open-cookiestxt/gdocmgbfkjnnpapoeobnolbbkoibbcif |
説明 | An open-source, least privilege Cookies.txt extension |
ファイルサイズ | 91.14 KB |
インストール数 | 6,000 |
現在のバージョン | 1.2.0 |
最終更新日 | 2023-01-03 |
公開日 | 2021-07-25 |
評価 | 4.50/5 合計 4 レビュー |
開発者 | Ninh Pham |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ReeganExE/open-cookies.txt |
ヘルプページのURL | https://github.com/ReeganExE/open-cookies.txt/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "downloads", "activeTab" ], "optional_permissions": [ "cookies", "*:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "icon.png", "38": "icon.png" }, "default_title": "View cookies", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "48": "icon.png", "128": "icon.png" }, "author": "Ninh Pham", "description": "An open-source, least privilege Cookies.txt extension", "version": "1.2.0", "name": "Open Cookies.txt" } |