Clid Remover
Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
Vad är Clid Remover?
Clid Remover är en Chrome-tillägg utvecklad av Vemu, och dess huvudfunktion är "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.".
Tilläggsskärmbilder
Ladda ner Clid Remover-förlängningens CRX-fil
Ladda ner Clid Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
When the page is loading, addon checks if the url contains fbclid or gclid, then removes this. Grundläggande Information om Tillägg
| Namn | |
| ID | fcejakcodbpjoejpbpakbogpmldalckp |
| Officiell webbadress | https://chromewebstore.google.com/detail/clid-remover/fcejakcodbpjoejpbpakbogpmldalckp |
| Beskrivning | Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad. |
| Filstorlek | 17.82 KB |
| Antal Installationer | 82 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2023-08-25 |
| Publiceringsdatum | 2020-06-23 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Vemu |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/xVemu/clid-remover |
| Hjälpsida URL | https://github.com/xVemu/clid-remover/issues |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Clid Remover",
"version": "1.3",
"description": "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.",
"manifest_version": 3,
"author": "Vemu (Kamil Kras)",
"icons": {
"16": "img\/16x.png",
"24": "img\/24x.png",
"32": "img\/32x.png",
"48": "img\/48x.png",
"64": "img\/64x.png",
"128": "img\/128x.png"
},
"permissions": [
"tabs"
],
"background": {
"service_worker": "background.js"
}
} | |