Link Detective

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

Link Detectiveคืออะไร?

Link Detective เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mikkel Kelstrup และคุณลักษณะหลักของมันคือ "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Detective

ดาวน์โหลดไฟล์ส่วนขยาย 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
}