RevealURL

Validate any shortURL with RevealURL

Qu'est-ce que RevealURL ?

RevealURL est une extension Chrome développée par sarathdamaraju2007, et sa fonction principale est "Validate any shortURL with RevealURL ".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension RevealURL

Téléchargez les fichiers d'extension RevealURL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom RevealURL RevealURL
ID kcdinmkejhkfmpbkonnmlacolheplnck
URL Officiel https://chrome.google.com/webstore/detail/revealurl/kcdinmkejhkfmpbkonnmlacolheplnck
Description Validate any shortURL with RevealURL
Taille du Fichier 20.88 KB
Nombre d'Installations 110
Version Actuelle 2.0.0
Dernière Mise à Jour 2019-08-25
Date de Publication 2019-08-25
Évaluation 5.00/5 Total 2 Évaluations
Développeur sarathdamaraju2007
Type de Paiement free
Site Web de l'Extension https://revealurl.xyz
Langues Prises en Charge 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
}