NoRef

Copies URL without referral data.

Vad är NoRef?

NoRef är en Chrome-tillägg utvecklad av BPPlugins, och dess huvudfunktion är "Copies URL without referral data.".

Tilläggsskärmbilder

screenshot

Ladda ner NoRef-förlängningens CRX-fil

Ladda ner NoRef-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

                        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.                    

Grundläggande Information om Tillägg

Namn NoRef NoRef
ID fpniolccemebmaihgabdpdkbdcmpikab
Officiell webbadress https://chromewebstore.google.com/detail/noref/fpniolccemebmaihgabdpdkbdcmpikab
Beskrivning Copies URL without referral data.
Filstorlek 257 KB
Antal Installationer 27
Aktuell Version 2
Senast Uppdaterad 2022-07-26
Publiceringsdatum 2022-07-26
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare BPPlugins
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}