Query stripper
Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb). More tokens are customizable.
Query stripper क्या है?
Query stripper Rudie Dirkx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb). More tokens are customizable."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Query stripper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb) out of the box. More unwanted tokens/params are configurable on the Options page. This happens BEFORE page load, so the query params WON'T be sent to the server and your URL is clean for copying. -It also cleans up the URL after it's changed via History API.- (Not anymore, temporarily.)
एक्सटेंशन की मूल जानकारी
नाम | Query stripper |
ID | ccemjnmiieofdhbjbbidpkjcfimakdio |
आधिकारिक URL | https://chromewebstore.google.com/detail/query-stripper/ccemjnmiieofdhbjbbidpkjcfimakdio |
विवरण | Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb). More tokens are customizable. |
फ़ाइल का आकार | 8.39 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 1.9 |
अंतिम अपडेट | 2022-09-24 |
प्रकाशन तिथि | 2015-06-24 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | Rudie Dirkx |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/rudiedirkx/query-stripper-extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Query stripper", "version": "1.9", "manifest_version": 3, "description": "Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb). More tokens are customizable.", "icons": { "128": "images\/logo_128.png" }, "permissions": [ "storage", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ " |