Game Deals for YouTube
Add deals info from IsThereAnyDeal to YouTube
Co je Game Deals for YouTube?
Game Deals for YouTube je rozšíření Chrome vyvinuté IsThereAnyDeal, a jeho hlavní funkcí je „Add deals info from IsThereAnyDeal to YouTube“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Game Deals for YouTube
Stáhněte si soubory rozšíření Game Deals for YouTube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | bofkdcpkanopnalepfepfkplgmdhoghf |
Oficiální URL | https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf |
Popis | Add deals info from IsThereAnyDeal to YouTube |
Velikost souboru | 38.21 KB |
Počet instalací | 334 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2020-04-24 |
Datum Vydání | 2020-04-24 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | IsThereAnyDeal |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/tfedor/deals-youtube |
URL Stránky Nápovědy | https://github.com/tfedor/deals-youtube |
URL Stránky Zásad Ochrany Soukromí | https://privacy.isthereanydeal.com |
Podporované Jazyky | 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" ] } } |