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