Query stripper
Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb). More tokens are customizable.
Cos'è Query stripper?
Query stripper è un'estensione di Chrome sviluppata da Rudie Dirkx, e la sua funzione principale è "Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb). More tokens are customizable.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Query stripper
Scarica i file di estensione Query stripper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.) Informazioni di Base sull'Estensione
| Nome | |
| ID | ccemjnmiieofdhbjbbidpkjcfimakdio |
| URL Ufficiale | https://chromewebstore.google.com/detail/query-stripper/ccemjnmiieofdhbjbbidpkjcfimakdio |
| Descrizione | Strips annoying query parameters from URLs. It does utm_* (google), atl_* (atlassian) and ref_ (imdb). More tokens are customizable. |
| Dimensione del File | 8.39 KB |
| Conteggio Installazioni | 54 |
| Versione Corrente | 1.9 |
| Ultimo Aggiornamento | 2022-09-24 |
| Data di Pubblicazione | 2015-06-24 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | Rudie Dirkx |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://github.com/rudiedirkx/query-stripper-extension/issues |
| Lingue Supportate | 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": [
" | |