RevealURL

Validate any shortURL with RevealURL

RevealURLとは何ですか?

RevealURLはsarathdamaraju2007によって開発されたChromeの拡張機能で、その主な機能は「Validate any shortURL with RevealURL 」です。

拡張機能のスクリーンショット

screenshot
screenshot

RevealURL拡張機能のCRXファイルをダウンロード

RevealURL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 RevealURL RevealURL
ID kcdinmkejhkfmpbkonnmlacolheplnck
公式URL https://chrome.google.com/webstore/detail/revealurl/kcdinmkejhkfmpbkonnmlacolheplnck
説明 Validate any shortURL with RevealURL
ファイルサイズ 20.88 KB
インストール数 110
現在のバージョン 2.0.0
最終更新日 2019-08-25
公開日 2019-08-25
評価 5.00/5 合計 2 レビュー
開発者 sarathdamaraju2007
支払い方法 free
拡張機能のウェブサイト https://revealurl.xyz
対応言語 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
}