NoRef

Copies URL without referral data.

什么是NoRef?

NoRef是由BPPlugins开发的Chrome扩展程序,该扩展的主要功能是“Copies URL without referral data.”。

扩展截图

screenshot

下载NoRef扩展crx文件

下载NoRef扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 NoRef NoRef
ID fpniolccemebmaihgabdpdkbdcmpikab
官方URL https://chromewebstore.google.com/detail/noref/fpniolccemebmaihgabdpdkbdcmpikab
简介 Copies URL without referral data.
文件大小 257 KB
安装次数 27
当前版本 2
更新时间 2022-07-26
上架时间 2022-07-26
评分 5.00/5 共2次评分
开发者 BPPlugins
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}