Game Deals for YouTube

Add deals info from IsThereAnyDeal to YouTube

What is Game Deals for YouTube?

Game Deals for YouTube is a Chrome extension developed by IsThereAnyDeal, and its main feature is "Add deals info from IsThereAnyDeal to YouTube".

Extension Screenshots

screenshot

Download Game Deals for YouTube Extension CRX File

Download Game Deals for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Game Deals for YouTube Game Deals for YouTube
ID bofkdcpkanopnalepfepfkplgmdhoghf
Official URL https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf
Description Add deals info from IsThereAnyDeal to YouTube
File Size 38.21 KB
Installation Count 334
Current Version 1.0.1
Last Updated 2020-04-24
Publish Date 2020-04-24
Rating 4.00/5 Total 1 Ratings
Developer IsThereAnyDeal
Email [email protected]
Payment Type free
Extension Website https://github.com/tfedor/deals-youtube
Help Page URL https://github.com/tfedor/deals-youtube
Privacy Policy Page URL https://privacy.isthereanydeal.com
Supported Languages 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"
        ]
    }
}