RevealURL

Validate any shortURL with RevealURL

Co to jest RevealURL?

RevealURL to rozszerzenie Chrome opracowane przez sarathdamaraju2007, a jego główną funkcją jest „Validate any shortURL with RevealURL ”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia RevealURL

Pobierz pliki rozszerzeń RevealURL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa RevealURL RevealURL
ID kcdinmkejhkfmpbkonnmlacolheplnck
Oficjalny URL https://chrome.google.com/webstore/detail/revealurl/kcdinmkejhkfmpbkonnmlacolheplnck
Opis Validate any shortURL with RevealURL
Rozmiar pliku 20.88 KB
Liczba instalacji 110
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2019-08-25
Data Publikacji 2019-08-25
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper sarathdamaraju2007
Typ Płatności free
Strona Rozszerzenia https://revealurl.xyz
Obsługiwane Języki 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
}