Cyclops - Hide YouTube numbers

Extension to hide YouTube numbers

Что такое Cyclops - Hide YouTube numbers?

Cyclops - Hide YouTube numbers - это расширение Chrome, разработанное Rodrigo Cava, и его основная функция - "Extension to hide YouTube numbers".

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

screenshot
screenshot

Скачать файл CRX расширения Cyclops - Hide YouTube numbers

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

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

                        Hide all YouTube numbers!

Have a better experience of watching YouTube by choosing based on content rather than popularity.

Feel free to like and enjoy the content regardless of how many people liked, disliked or commented.                    

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

Название Cyclops - Hide YouTube numbers Cyclops - Hide YouTube numbers
ID jaipkdcbjjkmmnhioljfohaiiajdikmp
Официальный URL https://chromewebstore.google.com/detail/cyclops-hide-youtube-numb/jaipkdcbjjkmmnhioljfohaiiajdikmp
Описание Extension to hide YouTube numbers
Размер файла 18.8 KB
Количество установок 161
Текущая Версия 1.0
Последнее Обновление 2018-09-16
Дата публикации 2018-09-16
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Rodrigo Cava
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyclops - Hide YouTube numbers",
    "description": "Extension to hide YouTube numbers",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/hide_logo.png",
        "default_popup": "index.html",
        "default_title": "Hide YouTube numbers!"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/youtube.com\/*"
    ]
}