RevealURL
Validate any shortURL with RevealURL
What is RevealURL?
RevealURL is a Chrome extension developed by sarathdamaraju2007, and its main feature is "Validate any shortURL with RevealURL ".
Extension Screenshots
Download RevealURL Extension CRX File
Download RevealURL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
"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.
Extension Basic Information
Name | |
ID | kcdinmkejhkfmpbkonnmlacolheplnck |
Official URL | https://chrome.google.com/webstore/detail/revealurl/kcdinmkejhkfmpbkonnmlacolheplnck |
Description | Validate any shortURL with RevealURL |
File Size | 20.88 KB |
Installation Count | 110 |
Current Version | 2.0.0 |
Last Updated | 2019-08-25 |
Publish Date | 2019-08-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | sarathdamaraju2007 |
Payment Type | free |
Extension Website | https://revealurl.xyz |
Supported Languages | 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 } |