Youtube subscriptions

Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube

Что такое Youtube subscriptions?

Youtube subscriptions - это расширение Chrome, разработанное REKORD, и его основная функция - "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The YouTube subscription itself is an application that allows you to quickly and conveniently keep track of the latest updates to your subscriptions without logging into the YouTube page. You just need to add the address of your channel once and for the last how many hours the published videos items you want to see. The application will only evolve and will add more and more new features just for your convenience.                    

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

Название Youtube subscriptions Youtube subscriptions
ID bddhdhnlblfihpgogfinakagjkkcgnai
Официальный URL https://chromewebstore.google.com/detail/youtube-subscriptions/bddhdhnlblfihpgogfinakagjkkcgnai
Описание Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube
Размер файла 13.78 KB
Количество установок 1,928
Текущая Версия 1.0.5
Последнее Обновление 2021-02-15
Дата публикации 2019-03-14
Рейтинг 2.82/5 Всего 11 оценок
Разработчик REKORD
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube",
    "icons": {
        "128": "icons\/logo.png"
    },
    "manifest_version": 2,
    "name": "Youtube subscriptions",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}