Cookie Downloader
Very useful extension for downloading session parameters in Chrome.
什麼是Cookie Downloader?
Cookie Downloader是由https://nextpost.tech開發的Chrome擴展程式,該擴展的主要功能是“Very useful extension for downloading session parameters in Chrome.”。
擴展截圖
下載Cookie Downloader擴展crx文件
下載Cookie Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Very useful extension for downloading session parameters in browser.
- Fast and easy detection of session parameters
- In-built session file generation feature
You can buy integration guide of this extension officially here:
https://nextpost.tech/downloads/cookie-downloader/
Developed by Nextpost.tech Team. 擴展基本資訊
| 名稱 | |
| ID | epldkbdhmpdcdgcolndopgkigelnmlmo |
| 官方網址 | https://chromewebstore.google.com/detail/cookie-downloader/epldkbdhmpdcdgcolndopgkigelnmlmo |
| 簡介 | Very useful extension for downloading session parameters in Chrome. |
| 檔案大小 | 98.34 KB |
| 安裝次數 | 4,302 |
| 目前版本 | 1.0.10 |
| 更新時間 | 2022-06-27 |
| 上架時間 | 2020-05-14 |
| 評分 | 2.33/5 共 6 次評分 |
| 開發者 | https://nextpost.tech |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://nextpost.tech/downloads/cookie-downloader/ |
| 說明頁面URL | https://nextpost.tech/contacts/ |
| 支援的語言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.0.10",
"description": "__MSG_appDesc__",
"permissions": [
"tabs",
"cookies",
"downloads"
],
"host_permissions": [
"*:\/\/*.instagram.com\/"
],
"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"
},
"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": {
"extension_page": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
},
"manifest_version": 3
} | |