copy-clean-url

Copy a url, without any tracking and obfuscation

copy-clean-url क्या है?

copy-clean-url Backslasher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy a url, without any tracking and obfuscation"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में copy-clean-url एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}