TinyURL Pro
TinyURL - Convert long website links to short
Was ist TinyURL Pro?
TinyURL Pro ist eine Chrome-Erweiterung, die von Clark entwickelt wurde, und ihr Hauptmerkmal ist "TinyURL - Convert long website links to short".
Erweiterungsscreenshots
TinyURL Pro-Erweiterungs-CRX-Datei herunterladen
Laden Sie TinyURL Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | TinyURL Pro |
ID | daocanafelgllopgddpchjaoldiinoob |
Offizielle URL | https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob |
Beschreibung | TinyURL - Convert long website links to short |
Dateigröße | 96.25 KB |
Installationsanzahl | 6,705 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2020-12-26 |
Veröffentlichungsdatum | 2019-12-29 |
Bewertung | 4.92/5 Insgesamt 26 Bewertungen |
Entwickler | Clark |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://hybridapps.net/exttiny.html |
Hilfeseite URL | https://hybridapps.net/exttiny.html |
URL der Datenschutzrichtlinien-Seite | https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm |
Unterstützte Sprachen | 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'" } |