Clean on Refresh
Automatically clear clutter on refresh.
ما هو Clean on Refresh؟
Clean on Refresh هو إضافة Chrome تم تطويرها بواسطة jason.allen.oneal، والميزة الرئيسية لها هي "Automatically clear clutter on refresh.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clean on Refresh
قم بتنزيل ملفات الامتداد Clean on Refresh بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically clean cache, history, and local storage on refresh. Only works for Kingdoms of Camelot Facebook game.
معلومات أساسية عن التمديد
الاسم | Clean on Refresh |
ID | moogoheinbbibflghkinbcmgkncleoid |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clean-on-refresh/moogoheinbbibflghkinbcmgkncleoid |
الوصف | Automatically clear clutter on refresh. |
حجم الملف | 11.18 KB |
عدد التثبيتات | 262 |
النسخة الحالية | 1.2 |
آخر تحديث | 2018-11-24 |
تاريخ النشر | 2018-11-23 |
المطور | jason.allen.oneal |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean on Refresh", "version": "1.2", "description": "Automatically clear clutter on refresh.", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/apps.facebook.com\/kingdomsofcamelot\/*", "tabs", "storage", "browsingData", "declarativeContent", "history" ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "imgs\/16.png", "32": "imgs\/32.png" } } } |