Clear Session
Clear cookies, session and local storage from current website with a single click.
ما هو Clear Session؟
Clear Session هو إضافة Chrome تم تطويرها بواسطة Marco Barcelos، والميزة الرئيسية لها هي "Clear cookies, session and local storage from current website with a single click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clear Session
قم بتنزيل ملفات الامتداد Clear Session بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily clear cookies, local storage and session storage from the website you're currently on! معلومات أساسية عن التمديد
| الاسم | |
| ID | maejjihldgmkjlfmgpgoebepjchengka |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/clear-session/maejjihldgmkjlfmgpgoebepjchengka |
| الوصف | Clear cookies, session and local storage from current website with a single click. |
| حجم الملف | 49.38 KB |
| عدد التثبيتات | 28,798 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2016-02-23 |
| تاريخ النشر | 2016-02-23 |
| تقييم | 4.47/5 مجموع تقييمات 74 |
| المطور | Marco Barcelos |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.2",
"manifest_version": 2,
"options_page": "options.html",
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"page": "background.html"
},
"author": "Marco Barcelos",
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Clear Session"
},
"permissions": [
"cookies",
"*:\/\/*\/*"
]
} | |