Google Cache Breaker

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

Google Cache Breaker là gì?

Google Cache Breaker là một tiện ích mở rộng Chrome được phát triển bởi ilyadvilyanski, và tính năng chính của nó là "Removes everything up to and including the # in all image sources".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Cache Breaker

Tải xuống các tệp mở rộng Google Cache Breaker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Google Cache Breaker Google Cache Breaker
ID imlnlgfmgndohhdgmjgijblpbjnbkahn
URL Chính Thức https://chromewebstore.google.com/detail/google-cache-breaker/imlnlgfmgndohhdgmjgijblpbjnbkahn
Mô tả Removes everything up to and including the # in all image sources
Kích Thước Tệp 67.13 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-04-11
Ngày Phát Hành 2017-04-11
Nhà Phát Triển ilyadvilyanski
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}