Google Cache Breaker

Removes everything up to and including the # in all image sources

Google Cache Breakerคืออะไร?

Google Cache Breaker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ilyadvilyanski และคุณลักษณะหลักของมันคือ "Removes everything up to and including the # in all image sources"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Cache Breaker

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

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

                        Removes everything up to and including the # in all image sources                    

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

ชื่อ Google Cache Breaker Google Cache Breaker
ID imlnlgfmgndohhdgmjgijblpbjnbkahn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-cache-breaker/imlnlgfmgndohhdgmjgijblpbjnbkahn
คำอธิบาย Removes everything up to and including the # in all image sources
ขนาดไฟล์ 67.13 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-04-11
วันที่เผยแพร่ 2017-04-11
ผู้พัฒนา ilyadvilyanski
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Cache Breaker",
    "version": "1.0",
    "author": "Ilya Dvilyanski",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ]
}