copy-clean-url

Copy a url, without any tracking and obfuscation

ما هو copy-clean-url؟

copy-clean-url هو إضافة Chrome تم تطويرها بواسطة Backslasher، والميزة الرئيسية لها هي "Copy a url, without any tracking and obfuscation".

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

screenshot
screenshot

تحميل ملف CRX للإضافة copy-clean-url

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

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

                        This addon copies a URL, but strips out any redirects or tracking IDs. You will get a clean URL.
I'm currently handling only Facebook, but I will add more as the need arises.                    

معلومات أساسية عن التمديد

الاسم copy-clean-url copy-clean-url
ID hgabmjhapckfljffgamminipchfjddka
عنوان URL الرسمي https://chromewebstore.google.com/detail/copy-clean-url/hgabmjhapckfljffgamminipchfjddka
الوصف Copy a url, without any tracking and obfuscation
حجم الملف 32.92 KB
عدد التثبيتات 162
النسخة الحالية 0.0.2
آخر تحديث 2023-05-03
تاريخ النشر 2023-03-16
تقييم 4.00/5 مجموع تقييمات 1
المطور Backslasher
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/BackSlasher/chrome-extensions-copy-clean-url/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "homepage_url": "http:\/\/chrome.google.com\/webstore",
    "version": "0.0.2",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "128": "assets\/img\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/16x16.png",
            "24": "assets\/img\/24x24.png",
            "32": "assets\/img\/32x32.png"
        },
        "default_title": "__MSG_appName__"
    },
    "version_name": "0.0.2",
    "background": {
        "service_worker": "background.js"
    }
}