NoRef

Copies URL without referral data.

NoRefคืออะไร?

NoRef เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BPPlugins และคุณลักษณะหลักของมันคือ "Copies URL without referral data."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NoRef

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}