TinyURL Pro

TinyURL - Convert long website links to short

TinyURL Pro क्या है?

TinyURL Pro Clark द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TinyURL - Convert long website links to short"।

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

screenshot

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

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

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

                        TinyURL Pro - The Finest URL Shortening Service

TOP Features:
- Absolutely FREE
- No sign-up or login required
- Just one-click to get short URL
- Auto-copy the short URL to clipboard 
- Sharing over social networks [Soon..]
- Context Menu for direct links and selected text(auto-extract first link)
- Notifications to sharing critical updates
- Other features coming soon…

For any issues, errors, bugs and enhancements, please contact us at - http://tiny.cc/exthelp

* No adware.  No spyware.  No walmare.                    

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

नाम TinyURL Pro TinyURL Pro
ID daocanafelgllopgddpchjaoldiinoob
आधिकारिक URL https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob
विवरण TinyURL - Convert long website links to short
फ़ाइल का आकार 96.25 KB
स्थापना संख्या 6,705
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2020-12-26
प्रकाशन तिथि 2019-12-29
रेटिंग 4.92/5 कुल 26 रेटिंग्स
डेवलपर Clark
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hybridapps.net/exttiny.html
सहायता पृष्ठ URL https://hybridapps.net/exttiny.html
गोपनीयता नीति पृष्ठ URL https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyURL Pro",
    "short_name": "TinyURL Shortener",
    "version": "1.1.0",
    "description": "TinyURL - Convert long website links to short",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "TinyURL - URL Shortener",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}