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. 拡張機能の基本情報
| 名前 | |
| ID | mcnohaldinakaemlaanniihikocancem |
| 公式URL | 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
} | |