Get Cookies file
Exports your cookies to the file
Get Cookies fileとは何ですか?
Get Cookies fileはtobmokiによって開発されたChromeの拡張機能で、その主な機能は「Exports your cookies to the file」です。
拡張機能のスクリーンショット
Get Cookies file拡張機能のCRXファイルをダウンロード
Get Cookies file拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension to watch or export your cookies to the file 拡張機能の基本情報
| 名前 | |
| ID | lhecbjgjgknjminomebnbfcopdfdfmel |
| 公式URL | https://chromewebstore.google.com/detail/get-cookies-file/lhecbjgjgknjminomebnbfcopdfdfmel |
| 説明 | Exports your cookies to the file |
| ファイルサイズ | 1.24 MB |
| インストール数 | 430 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2020-08-27 |
| 公開日 | 2020-08-27 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | tobmoki |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/app.js"
]
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png"
},
"default_popup": "app.html",
"default_title": "Get Cookies file"
},
"content_scripts": [
{
"js": [
"js\/contentScript.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Exports your cookies to the file",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png"
},
"manifest_version": 2,
"name": "Get Cookies file",
"permissions": [
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*",
"tabs",
"webNavigation",
"downloads",
"contextMenus",
"webRequest"
],
"version": "1.0"
} | |