Game Deals for YouTube

Add deals info from IsThereAnyDeal to YouTube

Was ist Game Deals for YouTube?

Game Deals for YouTube ist eine Chrome-Erweiterung, die von IsThereAnyDeal entwickelt wurde, und ihr Hauptmerkmal ist "Add deals info from IsThereAnyDeal to YouTube".

Erweiterungsscreenshots

screenshot

Game Deals for YouTube-Erweiterungs-CRX-Datei herunterladen

Laden Sie Game Deals for YouTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Game Deals for YouTube Game Deals for YouTube
ID bofkdcpkanopnalepfepfkplgmdhoghf
Offizielle URL https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf
Beschreibung Add deals info from IsThereAnyDeal to YouTube
Dateigröße 38.21 KB
Installationsanzahl 334
Aktuelle Version 1.0.1
Letztes Update 2020-04-24
Veröffentlichungsdatum 2020-04-24
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler IsThereAnyDeal
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/tfedor/deals-youtube
Hilfeseite URL https://github.com/tfedor/deals-youtube
URL der Datenschutzrichtlinien-Seite https://privacy.isthereanydeal.com
Unterstützte Sprachen 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"
        ]
    }
}