Link Detective

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

什么是Link Detective?

Link Detective是由Mikkel Kelstrup开发的Chrome扩展程序,该扩展的主要功能是“Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings”。

扩展截图

screenshot

下载Link Detective扩展crx文件

下载Link Detective扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
官方URL https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
简介 Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
文件大小 43.23 KB
安装次数 224
当前版本 0.0.0.1
更新时间 2020-03-02
上架时间 2020-03-02
评分 5.00/5 共1次评分
开发者 Mikkel Kelstrup
电子邮箱 [email protected]
付费类型 free
扩展官网 https://online-insights.dk/
隐私政策页面URL https://online-insights.dk/fortrolighedspolitik
支持的语言 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
}