Link Detective

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

Apa itu Link Detective?

Link Detective adalah ekstensi Chrome yang dikembangkan oleh Mikkel Kelstrup, dan fitur utamanya adalah "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Link Detective

Unduh file ekstensi Link Detective dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Link Detective Link Detective
ID obljlffodoapjcekpeebnopacelfagle
URL Resmi https://chrome.google.com/webstore/detail/link-detective/obljlffodoapjcekpeebnopacelfagle
Deskripsi Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings
Ukuran File 43.23 KB
Jumlah Instalasi 224
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2020-03-02
Tanggal Publikasi 2020-03-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Mikkel Kelstrup
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://online-insights.dk/
URL Halaman Kebijakan Privasi https://online-insights.dk/fortrolighedspolitik
Bahasa yang Didukung 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
}