NoRef

Copies URL without referral data.

NoRef là gì?

NoRef là một tiện ích mở rộng Chrome được phát triển bởi BPPlugins, và tính năng chính của nó là "Copies URL without referral data.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NoRef

Tải xuống các tệp mở rộng NoRef dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NoRef NoRef
ID fpniolccemebmaihgabdpdkbdcmpikab
URL Chính Thức https://chromewebstore.google.com/detail/noref/fpniolccemebmaihgabdpdkbdcmpikab
Mô tả Copies URL without referral data.
Kích Thước Tệp 257 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2022-07-26
Ngày Phát Hành 2022-07-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển BPPlugins
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}