Cookie Downloader
Very useful extension for downloading session parameters in Chrome.
什麼是Cookie Downloader?
Cookie Downloader是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Very useful extension for downloading session parameters in Chrome.”。
擴展截圖
下載Cookie Downloader擴展crx文件
下載Cookie Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Very useful downloader for Instagram cookie. It stores the Instagram cookies for people who need it and provides convenience for them in their next login.
擴展基本資訊
名稱 | Cookie Downloader |
ID | mcnohaldinakaemlaanniihikocancem |
官方網址 | https://chromewebstore.google.com/detail/cookie-downloader/mcnohaldinakaemlaanniihikocancem |
簡介 | Very useful extension for downloading session parameters in Chrome. |
檔案大小 | 97.49 KB |
安裝次數 | 207 |
目前版本 | 1.0.0 |
更新時間 | 2020-03-04 |
上架時間 | 2020-03-04 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | https://sharingtools.services |
說明頁面URL | https://sharingtools.services |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.0", "description": "__MSG_appDesc__", "permissions": [ "tabs", "cookies", "*:\/\/*.instagram.com\/", "downloads" ], "icons": { "16": "images\/session_builder_16.png", "32": "images\/session_builder_32.png", "48": "images\/session_builder_48.png", "128": "images\/session_builder_128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/session_builder_16.png", "32": "images\/session_builder_16.png", "48": "images\/session_builder_16.png", "128": "images\/session_builder_16.png" } }, "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "manifest_version": 2 } |