Simple Cache Remover

Clear your Cache, Cookies, your Download and Browsing History.

ما هو Simple Cache Remover؟

Simple Cache Remover هو إضافة Chrome تم تطويرها بواسطة http://whatever-will-be-que-sera-sera.tumblr.com، والميزة الرئيسية لها هي "Clear your Cache, Cookies, your Download and Browsing History.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Simple Cache Remover

قم بتنزيل ملفات الامتداد Simple Cache Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Clear your Cache, Cookies, your Download and Browsing History.


Click Icon or set Timer.



v3.2 bugfix
v3.0 chrome alarms api
v2.2 bugfix



remove Appcache
remove Cache
remove Cookies
remove Downloads
remove FileSystems
remove FormData
remove History
remove IndexedDB
remove LocalStorage
remove PluginData
remove Passwords
remove WebSQL                    

معلومات أساسية عن التمديد

الاسم Simple Cache Remover Simple Cache Remover
ID calibgmkblbenollkakffjeaendibpod
عنوان URL الرسمي https://chrome.google.com/webstore/detail/simple-cache-remover/calibgmkblbenollkakffjeaendibpod
الوصف Clear your Cache, Cookies, your Download and Browsing History.
حجم الملف 24 KB
عدد التثبيتات 151
النسخة الحالية 3.2
آخر تحديث 2015-05-01
تاريخ النشر 2015-05-01
تقييم 3.00/5 مجموع تقييمات 1
المطور http://whatever-will-be-que-sera-sera.tumblr.com
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Simple Cache Remover"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Clear your Cache, Cookies, your Download and Browsing History.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "name": "Simple Cache Remover",
    "options_page": "options.html",
    "permissions": [
        "browsingData",
        "cookies",
        "",
        "alarms"
    ],
    "version": "3.2",
    "web_accessible_resources": [
        "close.html"
    ]
}