Google Cache Breaker

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

Google Cache Breaker क्या है?

Google Cache Breaker ilyadvilyanski द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes everything up to and including the # in all image sources"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Cache Breaker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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