TinyURL Pro

TinyURL - Convert long website links to short

Qu'est-ce que TinyURL Pro ?

TinyURL Pro est une extension Chrome développée par Clark, et sa fonction principale est "TinyURL - Convert long website links to short".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TinyURL Pro

Téléchargez les fichiers d'extension TinyURL Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TinyURL Pro TinyURL Pro
ID daocanafelgllopgddpchjaoldiinoob
URL Officiel https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob
Description TinyURL - Convert long website links to short
Taille du Fichier 96.25 KB
Nombre d'Installations 6,705
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-12-26
Date de Publication 2019-12-29
Évaluation 4.92/5 Total 26 Évaluations
Développeur Clark
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hybridapps.net/exttiny.html
URL de la Page d'Aide https://hybridapps.net/exttiny.html
URL de la Page de Politique de Confidentialité https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm
Langues Prises en Charge 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'"
}