Game Deals for YouTube
Add deals info from IsThereAnyDeal to YouTube
Hvad er Game Deals for YouTube?
Game Deals for YouTube er en Chrome-udvidelse udviklet af IsThereAnyDeal, og dens hovedfunktion er "Add deals info from IsThereAnyDeal to YouTube".
Udvidelsesskærmbilleder
Download Game Deals for YouTube-udvidelses-CRX-fil
Download Game Deals for YouTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bofkdcpkanopnalepfepfkplgmdhoghf |
Officiel URL | https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf |
Beskrivelse | Add deals info from IsThereAnyDeal to YouTube |
Filstørrelse | 38.21 KB |
Antal Installationer | 334 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2020-04-24 |
Udgivelsesdato | 2020-04-24 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | IsThereAnyDeal |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/tfedor/deals-youtube |
Hjælpeside-URL | https://github.com/tfedor/deals-youtube |
URL til Fortrolighedspolitik Side | https://privacy.isthereanydeal.com |
Understøttede Sprog | 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" ] } } |