TinyURL Pro
TinyURL - Convert long website links to short
Wat is TinyURL Pro?
TinyURL Pro is een Chrome-extensie ontwikkeld door Clark, en de belangrijkste functie is "TinyURL - Convert long website links to short".
Extensie Screenshots
Download het CRX-bestand van de extensie TinyURL Pro
Download TinyURL Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | TinyURL Pro |
ID | daocanafelgllopgddpchjaoldiinoob |
Officiële URL | https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob |
Beschrijving | TinyURL - Convert long website links to short |
Bestandsgrootte | 96.25 KB |
Aantal Installaties | 6,705 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2020-12-26 |
Publicatiedatum | 2019-12-29 |
Beoordeling | 4.92/5 Totaal 26 Beoordelingen |
Ontwikkelaar | Clark |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://hybridapps.net/exttiny.html |
Help Pagina-URL | https://hybridapps.net/exttiny.html |
URL van de Privacybeleid Pagina | https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm |
Ondersteunde Talen | 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'" } |