NoRef

Copies URL without referral data.

O que é NoRef?

NoRef é uma extensão do Chrome desenvolvida por BPPlugins, e sua principal característica é "Copies URL without referral data.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NoRef

Baixe arquivos de extensão NoRef no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NoRef NoRef
ID fpniolccemebmaihgabdpdkbdcmpikab
URL Oficial https://chromewebstore.google.com/detail/noref/fpniolccemebmaihgabdpdkbdcmpikab
Descrição Copies URL without referral data.
Tamanho do Arquivo 257 KB
Contagem de Instalações 27
Versão Atual 2
Última Atualização 2022-07-26
Data de Publicação 2022-07-26
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor BPPlugins
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}