Strip Query String

If the URL of a displayed page has a query string, our icon is enabled. Click to reload the page without the query string.

Strip Query String क्या है?

Strip Query String knrCodes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "If the URL of a displayed page has a query string, our icon is enabled. Click to reload the page without the query string."।

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

screenshot
screenshot
screenshot

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

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

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

                        If the URL of a displayed page has a query string, our icon is enabled. Click it to reload the page without the query string.  This is just a shortcut utility for when you want to accomplish this so that you don't have to manually go through this process.  Use cases include when following a link from a feed that causes a pre-roll ad before you can watch a video.  In many cases, the notification to show you the ad comes from the query parameters.  If you reload the page without them, you see the video with no ad.

There are many times when you may like to reload the page without query parameters.  This just makes that process slightly easier and slightly quicker.

---
Note: due to changes in Chrome's Extension-handling, our extension will be unpinned (i.e. the icon will not show in the toolbar) by default.  After installing, please go into your extension manager and pin this extension (please see third image) to be able to see our icon in your toolbar.                    

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

नाम Strip Query String Strip Query String
ID ipekbijffpmfjegmmhiaglllnlbdblbb
आधिकारिक URL https://chromewebstore.google.com/detail/strip-query-string/ipekbijffpmfjegmmhiaglllnlbdblbb
विवरण If the URL of a displayed page has a query string, our icon is enabled. Click to reload the page without the query string.
फ़ाइल का आकार 11.17 KB
स्थापना संख्या 112
वर्तमान संस्करण 2.0
अंतिम अपडेट 2022-11-25
प्रकाशन तिथि 2018-03-08
रेटिंग 3.17/5 कुल 6 रेटिंग्स
डेवलपर knrCodes
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Strip Query String",
    "version": "2.0",
    "manifest_version": 3,
    "description": "If the URL of a displayed page has a query string, our icon is enabled. Click to reload the page without the query string.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Strip Query String"
    },
    "permissions": [
        "tabs"
    ]
}