Device reset
Delete Cookies for 42Q Emulator
What is Device reset?
Device reset is a Chrome extension developed by gdl1.share, and its main feature is "Delete Cookies for 42Q Emulator".
Extension Screenshots
Download Device reset Extension CRX File
Download Device reset extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Remove certain 42Q Cookies.
Extension Basic Information
Name | |
ID | pmdjmphjefgcgkkcdhblbhfamihcaonl |
Official URL | https://chrome.google.com/webstore/detail/device-reset/pmdjmphjefgcgkkcdhblbhfamihcaonl |
Description | Delete Cookies for 42Q Emulator |
File Size | 63.05 KB |
Installation Count | 1,000 |
Current Version | 1.2 |
Last Updated | 2019-04-03 |
Publish Date | 2019-04-03 |
Developer | gdl1.share |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |