Link Detective

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

Link Detective क्या है?

Link Detective Mikkel Kelstrup द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Link Detective helps you to find nofollow, ugc and sponsored hyperlinks by applying custom stylings"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Link Detective एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
गोपनीयता नीति पृष्ठ 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
}