Return Youtube Dislike Count

Returns the ability to see dislikes on the YouTube service

Что такое Return Youtube Dislike Count?

Return Youtube Dislike Count - это расширение Chrome, разработанное hank.ventura.1958, и его основная функция - "Returns the ability to see dislikes on the YouTube service".

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

screenshot
screenshot

Скачать файл CRX расширения Return Youtube Dislike Count

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

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

                        Returns the ability to see dislikes on the YouTube service                    

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

Название Return Youtube Dislike Count Return Youtube Dislike Count
ID ffclgifakkkclleojomcjngkedfmhjfl
Официальный URL https://chromewebstore.google.com/detail/return-youtube-dislike-co/ffclgifakkkclleojomcjngkedfmhjfl
Описание Returns the ability to see dislikes on the YouTube service
Размер файла 47.12 KB
Количество установок 389
Текущая Версия 1.0.7
Последнее Обновление 2022-12-13
Дата публикации 2022-12-12
Рейтинг 3.67/5 Всего 3 оценок
Разработчик hank.ventura.1958
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки de,en,fr,tr,es,it,pt-BR,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "storage"
    ],
    "version": "1.0.7",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}