Game Deals for YouTube
Add deals info from IsThereAnyDeal to YouTube
Cos'è Game Deals for YouTube?
Game Deals for YouTube è un'estensione di Chrome sviluppata da IsThereAnyDeal, e la sua funzione principale è "Add deals info from IsThereAnyDeal to YouTube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Game Deals for YouTube
Scarica i file di estensione Game Deals for YouTube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bofkdcpkanopnalepfepfkplgmdhoghf |
URL Ufficiale | https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf |
Descrizione | Add deals info from IsThereAnyDeal to YouTube |
Dimensione del File | 38.21 KB |
Conteggio Installazioni | 334 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2020-04-24 |
Data di Pubblicazione | 2020-04-24 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | IsThereAnyDeal |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/tfedor/deals-youtube |
URL della Pagina di Aiuto | https://github.com/tfedor/deals-youtube |
URL della Pagina della Politica sulla Privacy | https://privacy.isthereanydeal.com |
Lingue Supportate | 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" ] } } |