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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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