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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة سياسة الخصوصية 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
}