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