Device reset
Delete Cookies for 42Q Emulator
Device resetとは何ですか?
Device resetはgdl1.shareによって開発されたChromeの拡張機能で、その主な機能は「Delete Cookies for 42Q Emulator」です。
拡張機能のスクリーンショット
Device reset拡張機能のCRXファイルをダウンロード
Device reset拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Remove certain 42Q Cookies. 拡張機能の基本情報
| 名前 | |
| ID | pmdjmphjefgcgkkcdhblbhfamihcaonl |
| 公式URL | https://chrome.google.com/webstore/detail/device-reset/pmdjmphjefgcgkkcdhblbhfamihcaonl |
| 説明 | Delete Cookies for 42Q Emulator |
| ファイルサイズ | 63.05 KB |
| インストール数 | 1,000 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2019-04-03 |
| 公開日 | 2019-04-03 |
| 開発者 | gdl1.share |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Device reset",
"version": "1.2",
"description": "Delete Cookies for 42Q Emulator",
"permissions": [
"activeTab",
"declarativeContent",
"storage",
"cookies",
"*:\/\/*.production.42-q.com\/"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/42q_16x16.png",
"32": "images\/42q_32x32.png",
"48": "images\/42q_48x48.png",
"128": "images\/42q_128x128.png"
}
},
"icons": {
"16": "images\/42q_16x16.png",
"32": "images\/42q_32x32.png",
"48": "images\/42q_48x48.png",
"128": "images\/42q_128x128.png"
},
"manifest_version": 2
} | |