RevealURL

Validate any shortURL with RevealURL

Wat is RevealURL?

RevealURL is een Chrome-extensie ontwikkeld door sarathdamaraju2007, en de belangrijkste functie is "Validate any shortURL with RevealURL ".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie RevealURL

Download RevealURL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        "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.                    

Basisinformatie over de Extensie

Naam RevealURL RevealURL
ID kcdinmkejhkfmpbkonnmlacolheplnck
Officiële URL https://chrome.google.com/webstore/detail/revealurl/kcdinmkejhkfmpbkonnmlacolheplnck
Beschrijving Validate any shortURL with RevealURL
Bestandsgrootte 20.88 KB
Aantal Installaties 110
Huidige Versie 2.0.0
Laatst Bijgewerkt 2019-08-25
Publicatiedatum 2019-08-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sarathdamaraju2007
Betalingswijze free
Extensiewebsite https://revealurl.xyz
Ondersteunde Talen 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
}