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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}