Link Detective

Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings

Link Detective là gì?

Link Detective là một tiện ích mở rộng Chrome được phát triển bởi Mikkel Kelstrup, và tính năng chính của nó là "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings".

Ả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 Link Detective

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

                        Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings                    

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

Tên Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
URL Chính Thức https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Mô tả Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
Kích Thước Tệp 43.23 KB
Số Lần Cài Đặt 224
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2020-03-02
Ngày Phát Hành 2020-03-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Mikkel Kelstrup
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://online-insights.dk/
URL Trang Chính Sách Bảo Mật https://online-insights.dk/fortrolighedspolitik
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Detective",
    "version": "0.0.0.1",
    "description": "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings",
    "permissions": [
        "declarativeContent",
        "storage",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "run.js"
            ],
            "css": [
                "linkfringe.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}