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
官方網址 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
}