URL MultiShortener

UMS allows you to shorten links on the fly with the best link shorteners that paid

URL MultiShortener क्या है?

URL MultiShortener https://shorteners.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "UMS allows you to shorten links on the fly with the best link shorteners that paid"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में URL MultiShortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        URL Multishortener, is the first extension that allows you to shorten the web addresses of the pages you are visiting, with the best shorteners that pay. All of them included in a single button.

Easier, impossible; By selecting the shortener on the page you find, you get a shortened link to it directly on the clipboard. You can paste it immediately wherever you want. The first time you will be asked for the API data.

Revenue goes directly to your shorteners accounts. Apart from the CPAs in the form of link blockers, it also has simple shorteners or no ads, as well as of course, the main link shorteners that pay.                    

एक्सटेंशन की मूल जानकारी

नाम URL MultiShortener URL MultiShortener
ID edpadfdmemjdclnjfghaneencjeoncbn
आधिकारिक URL https://chromewebstore.google.com/detail/url-multishortener/edpadfdmemjdclnjfghaneencjeoncbn
विवरण UMS allows you to shorten links on the fly with the best link shorteners that paid
फ़ाइल का आकार 224 KB
स्थापना संख्या 1,682
वर्तमान संस्करण 2.12.0
अंतिम अपडेट 2023-10-08
प्रकाशन तिथि 2019-04-03
रेटिंग 4.11/5 कुल 9 रेटिंग्स
डेवलपर https://shorteners.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://ums.shorteners.net/
गोपनीयता नीति पृष्ठ URL http://ums.shorteners.net/p/privacy-policy-politica-de-privacidad.html
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_messageName__",
    "version": "2.12.0",
    "description": "__MSG_messageDescription__",
    "default_locale": "en",
    "homepage_url": "https:\/\/shorteners.net\/",
    "icons": {
        "16": "data\/icon-16-borde.png",
        "48": "data\/icon-48.png",
        "64": "data\/icon-borde.png",
        "96": "data\/icon-96.png",
        "128": "data\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "clipboardWrite",
        "notifications",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "URL MultiShortener - Alt+U",
        "default_icon": "data\/icon-borde.png",
        "default_popup": "popup\/short.html"
    },
    "background": {
        "scripts": [
            "background\/make-call.js",
            "background\/install.js",
            "background\/apis.js",
            "background\/apis-procesar.js",
            "background\/ums.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+U",
                "mac": "Alt+U",
                "linux": "Alt+U"
            },
            "description": "Open URL MultiShortener"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "content\/*",
        "popup\/*"
    ]
}