Device reset
Delete Cookies for 42Q Emulator
Co to jest Device reset?
Device reset to rozszerzenie Chrome opracowane przez gdl1.share, a jego główną funkcją jest „Delete Cookies for 42Q Emulator”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Device reset
Pobierz pliki rozszerzeń Device reset w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Remove certain 42Q Cookies.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pmdjmphjefgcgkkcdhblbhfamihcaonl |
Oficjalny URL | https://chrome.google.com/webstore/detail/device-reset/pmdjmphjefgcgkkcdhblbhfamihcaonl |
Opis | Delete Cookies for 42Q Emulator |
Rozmiar pliku | 63.05 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2019-04-03 |
Data Publikacji | 2019-04-03 |
Deweloper | gdl1.share |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |