RevealURL

Validate any shortURL with RevealURL

RevealURL là gì?

RevealURL là một tiện ích mở rộng Chrome được phát triển bởi sarathdamaraju2007, và tính năng chính của nó là "Validate any shortURL with RevealURL ".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RevealURL

Tải xuống các tệp mở rộng RevealURL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RevealURL RevealURL
ID kcdinmkejhkfmpbkonnmlacolheplnck
URL Chính Thức https://chrome.google.com/webstore/detail/revealurl/kcdinmkejhkfmpbkonnmlacolheplnck
Mô tả Validate any shortURL with RevealURL
Kích Thước Tệp 20.88 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2019-08-25
Ngày Phát Hành 2019-08-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển sarathdamaraju2007
Loại Thanh Toán free
Trang Web Mở Rộng https://revealurl.xyz
Ngôn Ngữ Được Hỗ Trợ 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
}