DISlike-appeared

For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…

Что такое DISlike-appeared?

DISlike-appeared - это расширение Chrome, разработанное Denis P, и его основная функция - "For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения DISlike-appeared

Скачайте файлы расширений DISlike-appeared в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this browser extension is here to show you hidden youtube dislikes. It is completely free and does not require additional installations!                    

Основная информация о расширении

Название DISlike-appeared DISlike-appeared
ID icgkalfcngaljmakggdblfaldghodbbe
Официальный URL https://chromewebstore.google.com/detail/dislike-appeared/icgkalfcngaljmakggdblfaldghodbbe
Описание For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…
Размер файла 53.21 KB
Количество установок 10
Текущая Версия 0.0.1
Последнее Обновление 2022-04-18
Дата публикации 2022-04-18
Рейтинг 4.84/5 Всего 25 оценок
Разработчик Denis P
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/termsandconditionsandprivacypo
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DISlike-appeared",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "ryd.background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ryd.script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}