Google Cache Breaker

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

What is Google Cache Breaker?

Google Cache Breaker is a Chrome extension developed by ilyadvilyanski, and its main feature is "Removes everything up to and including the # in all image sources".

Extension Screenshots

screenshot
screenshot

Download Google Cache Breaker Extension CRX File

Download Google Cache Breaker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Google Cache Breaker Google Cache Breaker
ID imlnlgfmgndohhdgmjgijblpbjnbkahn
Official URL https://chromewebstore.google.com/detail/google-cache-breaker/imlnlgfmgndohhdgmjgijblpbjnbkahn
Description Removes everything up to and including the # in all image sources
File Size 67.13 KB
Installation Count 70
Current Version 1.0
Last Updated 2017-04-11
Publish Date 2017-04-11
Developer ilyadvilyanski
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}