NoRef

Copies URL without referral data.

Wat is NoRef?

NoRef is een Chrome-extensie ontwikkeld door BPPlugins, en de belangrijkste functie is "Copies URL without referral data.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NoRef

Download NoRef-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        NoRef allows you to quickly copy your current URL while removing unnecessary and potentially very long referral data (ex. ?ref=123). You can set your own key macro of up to 3 keys to copy the URL without referral, or in the cases of some sites like YouTube where referral info is needed you can set a key macro to copy the entire URL. 

NoRef also stores all of your recently copied URL's (on your local machine, not in the cloud) and you can delete them all or just certain ones.                    

Basisinformatie over de Extensie

Naam NoRef NoRef
ID fpniolccemebmaihgabdpdkbdcmpikab
Officiële URL https://chromewebstore.google.com/detail/noref/fpniolccemebmaihgabdpdkbdcmpikab
Beschrijving Copies URL without referral data.
Bestandsgrootte 257 KB
Aantal Installaties 27
Huidige Versie 2
Laatst Bijgewerkt 2022-07-26
Publicatiedatum 2022-07-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar BPPlugins
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoRef",
    "version": "2",
    "description": "Copies URL without referral data.",
    "icons": {
        "48": ".\/border-48.png"
    },
    "permissions": [
        "clipboardWrite",
        "storage"
    ],
    "action": {
        "default_icon": ".\/border-48.png",
        "default_title": "NoRef",
        "default_popup": "noRef.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/noref-2.0.c7e2a2bb.js"
            ]
        }
    ]
}