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
}