TinyURL Pro

TinyURL - Convert long website links to short

What is TinyURL Pro?

TinyURL Pro is a Chrome extension developed by Clark, and its main feature is "TinyURL - Convert long website links to short".

Extension Screenshots

screenshot

Download TinyURL Pro Extension CRX File

Download TinyURL Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TinyURL Pro TinyURL Pro
ID daocanafelgllopgddpchjaoldiinoob
Official URL https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob
Description TinyURL - Convert long website links to short
File Size 96.25 KB
Installation Count 6,705
Current Version 1.1.0
Last Updated 2020-12-26
Publish Date 2019-12-29
Rating 4.92/5 Total 26 Ratings
Developer Clark
Email [email protected]
Payment Type free
Extension Website https://hybridapps.net/exttiny.html
Help Page URL https://hybridapps.net/exttiny.html
Privacy Policy Page URL https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm
Supported Languages 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'"
}