TinyURL Pro
TinyURL - Convert long website links to short
O que é TinyURL Pro?
TinyURL Pro é uma extensão do Chrome desenvolvida por Clark, e sua principal característica é "TinyURL - Convert long website links to short".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TinyURL Pro
Baixe arquivos de extensão TinyURL Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | TinyURL Pro |
ID | daocanafelgllopgddpchjaoldiinoob |
URL Oficial | https://chromewebstore.google.com/detail/tinyurl-pro/daocanafelgllopgddpchjaoldiinoob |
Descrição | TinyURL - Convert long website links to short |
Tamanho do Arquivo | 96.25 KB |
Contagem de Instalações | 6,705 |
Versão Atual | 1.1.0 |
Última Atualização | 2020-12-26 |
Data de Publicação | 2019-12-29 |
Classificação | 4.92/5 Total de 26 Avaliações |
Desenvolvedor | Clark |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://hybridapps.net/exttiny.html |
URL da Página de Ajuda | https://hybridapps.net/exttiny.html |
URL da Página de Política de Privacidade | https://dsnet.bitbucket.io/apps/privacypolicy-v2.htm |
Idiomas Suportados | 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'" } |