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
Eメール [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
}