ShortLink Decode

This extensions help decode the short link into the original link

ShortLink Decode là gì?

ShortLink Decode là một tiện ích mở rộng Chrome được phát triển bởi https://tienich.xyz, và tính năng chính của nó là "This extensions help decode the short link into the original link".

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

screenshot

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

Tải xuống các tệp mở rộng ShortLink Decode 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

                        This extensions help decode the short link into the original link on web page                    

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

Tên ShortLink Decode ShortLink Decode
ID clcgakfkgdhbcmpkgmhmoapjdiffgfia
URL Chính Thức https://chromewebstore.google.com/detail/shortlink-decode/clcgakfkgdhbcmpkgmhmoapjdiffgfia
Mô tả This extensions help decode the short link into the original link
Kích Thước Tệp 18.34 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-05-15
Ngày Phát Hành 2019-05-09
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://tienich.xyz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShortLink Decode",
    "description": "This extensions help decode the short link into the original link",
    "version": "1.2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}