Google Cache Breaker

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

什麼是Google Cache Breaker?

Google Cache Breaker是由ilyadvilyanski開發的Chrome擴展程式,該擴展的主要功能是“Removes everything up to and including the # in all image sources”。

擴展截圖

screenshot
screenshot

下載Google Cache Breaker擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}