RevealURL
Validate any shortURL with RevealURL
Vad är RevealURL?
RevealURL är en Chrome-tillägg utvecklad av sarathdamaraju2007, och dess huvudfunktion är "Validate any shortURL with RevealURL ".
Tilläggsskärmbilder
Ladda ner RevealURL-förlängningens CRX-fil
Ladda ner RevealURL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
"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.
Grundläggande Information om Tillägg
Namn | |
ID | kcdinmkejhkfmpbkonnmlacolheplnck |
Officiell webbadress | https://chrome.google.com/webstore/detail/revealurl/kcdinmkejhkfmpbkonnmlacolheplnck |
Beskrivning | Validate any shortURL with RevealURL |
Filstorlek | 20.88 KB |
Antal Installationer | 110 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2019-08-25 |
Publiceringsdatum | 2019-08-25 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | sarathdamaraju2007 |
Betalningssätt | free |
Tilläggswebbplats | https://revealurl.xyz |
Stödda Språk | 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 } |