Cache Bomb

Cache-busts the current page.

Cache Bomb क्या है?

Cache Bomb Nicholas Scheurich द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cache-busts the current page."।

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

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

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

                        Appends the current datetime to URL as a valueless request parameter. Currently overwrites existing URL params.

Request features and report bugs at https://github.com/ngscheurich/cache_bomb.

Logo icons are from the excellent Nucleo set (https://nucleoapp.com/).                    

एक्सटेंशन की मूल जानकारी

नाम Cache Bomb Cache Bomb
ID balfpnjonknhioomnkiebocaalohjkpk
आधिकारिक URL https://chromewebstore.google.com/detail/cache-bomb/balfpnjonknhioomnkiebocaalohjkpk
विवरण Cache-busts the current page.
फ़ाइल का आकार 9.42 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-07-19
प्रकाशन तिथि 2016-07-19
डेवलपर Nicholas Scheurich
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ngscheurich/cache_bomb
सहायता पृष्ठ URL https://github.com/ngscheurich/cache_bomb/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Bomb",
    "version": "1.1",
    "description": "Cache-busts the current page.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Cache-bust the current page."
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}