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
官方網址 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
}