Game Deals for YouTube

Add deals info from IsThereAnyDeal to YouTube

什么是Game Deals for YouTube?

Game Deals for YouTube是由IsThereAnyDeal开发的Chrome扩展程序,该扩展的主要功能是“Add deals info from IsThereAnyDeal to YouTube”。

扩展截图

screenshot

下载Game Deals for YouTube扩展crx文件

下载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"
        ]
    }
}