NoRef

Copies URL without referral data.

ما هو NoRef؟

NoRef هو إضافة Chrome تم تطويرها بواسطة BPPlugins، والميزة الرئيسية لها هي "Copies URL without referral data.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NoRef

قم بتنزيل ملفات الامتداد NoRef بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}