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
Eメール [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"
            ]
        }
    ]
}