Game Deals for YouTube

Add deals info from IsThereAnyDeal to YouTube

Что такое Game Deals for YouTube?

Game Deals for YouTube - это расширение Chrome, разработанное IsThereAnyDeal, и его основная функция - "Add deals info from IsThereAnyDeal to YouTube".

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

screenshot

Скачать файл CRX расширения Game Deals for YouTube

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

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

                        How often do you watch a gaming video on YouTube with an interesting game, and wonder how expensive is it or where can you find it for the best price? This extension helps you find the best deal right on the watch page.

This extension checks under each YouTube video, whether it has a game title listed and if it does, it will load current best price from an authorized stores covered by IsThereAnyDeal.                    

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

Название Game Deals for YouTube Game Deals for YouTube
ID bofkdcpkanopnalepfepfkplgmdhoghf
Официальный URL https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf
Описание Add deals info from IsThereAnyDeal to YouTube
Размер файла 38.21 KB
Количество установок 334
Текущая Версия 1.0.1
Последнее Обновление 2020-04-24
Дата публикации 2020-04-24
Рейтинг 4.00/5 Всего 1 оценок
Разработчик IsThereAnyDeal
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/tfedor/deals-youtube
URL страницы помощи https://github.com/tfedor/deals-youtube
URL страницы политики конфиденциальности https://privacy.isthereanydeal.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Game Deals for YouTube",
    "version": "1.0.1",
    "description": "Add deals info from IsThereAnyDeal to YouTube",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "permissions": [],
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.svg",
        "css\/*.css"
    ],
    "homepage_url": "https:\/\/github.com\/tfedor\/deals-youtube",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/lib\/DOMPurify\/purify.js",
                "js\/config.js",
                "js\/core.js",
                "js\/content\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/lib\/DOMPurify\/purify.js",
            "js\/config.js",
            "js\/core.js",
            "js\/background\/background.js"
        ]
    }
}