dmm-cookie-neatrabbit
DMM 쿠키 조작기 by NeatRabbit.
dmm-cookie-neatrabbitとは何ですか?
dmm-cookie-neatrabbitはhttps://kancolle.tk/blogによって開発されたChromeの拡張機能で、その主な機能は「DMM 쿠키 조작기 by NeatRabbit.」です。
拡張機能のスクリーンショット
dmm-cookie-neatrabbit拡張機能のCRXファイルをダウンロード
dmm-cookie-neatrabbit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
DMM 의 온라인 게임(dmm.com only)을 해외에서도 이용 할 수 있게 해주는 dmm.com 전용 쿠키 조작기 입니다. 拡張機能の基本情報
| 名前 | |
| ID | oknmifdkopdphfngophcpoddjalaahok |
| 公式URL | https://chromewebstore.google.com/detail/dmm-cookie-neatrabbit/oknmifdkopdphfngophcpoddjalaahok |
| 説明 | DMM 쿠키 조작기 by NeatRabbit. |
| ファイルサイズ | 43.17 KB |
| インストール数 | 2,153 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2015-08-05 |
| 公開日 | 2015-08-05 |
| 評価 | 4.69/5 合計 42 レビュー |
| 開発者 | https://kancolle.tk/blog |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://kancolle.tk/blog/ |
| ヘルプページのURL | https://twitter.com/NeatRabbit |
| 対応言語 | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "dmm-cookie-neatrabbit",
"description": "DMM \ucfe0\ud0a4 \uc870\uc791\uae30 by NeatRabbit.",
"version": "1.1",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*.dmm.com\/",
"background"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "img\/icon_128x128.png"
},
"web_accessible_resources": [
"img\/icon_128x128.png"
]
} | |