Clear Cookie and Reload
Clear Cookie for current tab and reload
ما هو Clear Cookie and Reload؟
Clear Cookie and Reload هو إضافة Chrome تم تطويرها بواسطة b.like.no.other، والميزة الرئيسية لها هي "Clear Cookie for current tab and reload".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clear Cookie and Reload
قم بتنزيل ملفات الامتداد Clear Cookie and Reload بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Clear cookies for current tab and reload Intended Use: Helpful for developers who need to clear all identifying cookies to test a clean environment. watch free match on starsports.com using this app, click on the app when 10 minutes preview time gets over. Enjoy :) You can fork this open source project at https://github.com/blikenoother/ClearCookieAndReload ----------------------------------------- Author: Name: Chirag Email: [email protected]
معلومات أساسية عن التمديد
الاسم | |
ID | clinijjpaohndgmfepgpifcfnmlecbom |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom |
الوصف | Clear Cookie for current tab and reload |
حجم الملف | 5.57 KB |
عدد التثبيتات | 24,280 |
النسخة الحالية | 0.3 |
آخر تحديث | 2019-02-02 |
تاريخ النشر | 2019-02-02 |
تقييم | 3.52/5 مجموع تقييمات 48 |
المطور | b.like.no.other |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cookie and Reload", "description": "Clear Cookie for current tab and reload", "version": "0.3", "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Clear Cookie and Reload" }, "author": { "name": "Chirag", "email": "[email protected]" } } |