Clean on Refresh

Automatically clear clutter on refresh.

Clean on Refreshคืออะไร?

Clean on Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jason.allen.oneal และคุณลักษณะหลักของมันคือ "Automatically clear clutter on refresh."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clean on Refresh

ดาวน์โหลดไฟล์ส่วนขยาย Clean on Refresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Automatically clean cache, history, and local storage on refresh. Only works for Kingdoms of Camelot Facebook game.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clean on Refresh 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"
        }
    }
}