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
}