Device reset
Delete Cookies for 42Q Emulator
ما هو Device reset؟
Device reset هو إضافة Chrome تم تطويرها بواسطة gdl1.share، والميزة الرئيسية لها هي "Delete Cookies for 42Q Emulator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Device reset
قم بتنزيل ملفات الامتداد Device reset بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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 } |