RevealURL
Validate any shortURL with RevealURL
O que é RevealURL?
RevealURL é uma extensão do Chrome desenvolvida por sarathdamaraju2007, e sua principal característica é "Validate any shortURL with RevealURL ".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RevealURL
Baixe arquivos de extensão RevealURL 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
"Never click a short-link without knowing it" Use RevealURLs chrome plugin to know the safety of any short URL. Use this plugin to reveal, track shortUrls right from your browser. If you want to know more, visit https://revealurl.com to know about it.
Informações Básicas da Extensão
Nome | |
ID | kcdinmkejhkfmpbkonnmlacolheplnck |
URL Oficial | https://chrome.google.com/webstore/detail/revealurl/kcdinmkejhkfmpbkonnmlacolheplnck |
Descrição | Validate any shortURL with RevealURL |
Tamanho do Arquivo | 20.88 KB |
Contagem de Instalações | 110 |
Versão Atual | 2.0.0 |
Última Atualização | 2019-08-25 |
Data de Publicação | 2019-08-25 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | sarathdamaraju2007 |
Tipo de Pagamento | free |
Site da Extensão | https://revealurl.xyz |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RevealURL", "version": "2.0.0", "description": "Validate any shortURL with RevealURL ", "permissions": [ "contextMenus", "activeTab", "notifications", "storage" ], "background": { "scripts": [ "assets\/js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/icon_16.png", "32": "assets\/images\/icon_32.png", "48": "assets\/images\/icon_48.png", "128": "assets\/images\/icon_128.png" } }, "icons": { "16": "assets\/images\/icon_16.png", "32": "assets\/images\/icon_32.png", "48": "assets\/images\/icon_48.png", "128": "assets\/images\/icon_128.png" }, "manifest_version": 2 } |