RevealURL
Validate any shortURL with RevealURL
Cos'è RevealURL?
RevealURL è un'estensione di Chrome sviluppata da sarathdamaraju2007, e la sua funzione principale è "Validate any shortURL with RevealURL ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RevealURL
Scarica i file di estensione RevealURL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
"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.
Informazioni di Base sull'Estensione
Nome | |
ID | kcdinmkejhkfmpbkonnmlacolheplnck |
URL Ufficiale | https://chrome.google.com/webstore/detail/revealurl/kcdinmkejhkfmpbkonnmlacolheplnck |
Descrizione | Validate any shortURL with RevealURL |
Dimensione del File | 20.88 KB |
Conteggio Installazioni | 110 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2019-08-25 |
Data di Pubblicazione | 2019-08-25 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | sarathdamaraju2007 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://revealurl.xyz |
Lingue Supportate | 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 } |