NoRef

Copies URL without referral data.

Was ist NoRef?

NoRef ist eine Chrome-Erweiterung, die von BPPlugins entwickelt wurde, und ihr Hauptmerkmal ist "Copies URL without referral data.".

Erweiterungsscreenshots

screenshot

NoRef-Erweiterungs-CRX-Datei herunterladen

Laden Sie NoRef-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NoRef NoRef
ID fpniolccemebmaihgabdpdkbdcmpikab
Offizielle URL https://chromewebstore.google.com/detail/noref/fpniolccemebmaihgabdpdkbdcmpikab
Beschreibung Copies URL without referral data.
Dateigröße 257 KB
Installationsanzahl 27
Aktuelle Version 2
Letztes Update 2022-07-26
Veröffentlichungsdatum 2022-07-26
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler BPPlugins
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}