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
擴展基本資訊
名稱 | Get Cookies file |
ID | lhecbjgjgknjminomebnbfcopdfdfmel |
官方網址 | 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 |
電子郵箱 | [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" } |