Game Deals for YouTube
Add deals info from IsThereAnyDeal to YouTube
Co to jest Game Deals for YouTube?
Game Deals for YouTube to rozszerzenie Chrome opracowane przez IsThereAnyDeal, a jego główną funkcją jest „Add deals info from IsThereAnyDeal to YouTube”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Game Deals for YouTube
Pobierz pliki rozszerzeń Game Deals for YouTube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bofkdcpkanopnalepfepfkplgmdhoghf |
Oficjalny URL | https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf |
Opis | Add deals info from IsThereAnyDeal to YouTube |
Rozmiar pliku | 38.21 KB |
Liczba instalacji | 334 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2020-04-24 |
Data Publikacji | 2020-04-24 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | IsThereAnyDeal |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/tfedor/deals-youtube |
Adres URL Strony Pomocy | https://github.com/tfedor/deals-youtube |
Adres URL Strony Polityki Prywatności | https://privacy.isthereanydeal.com |
Obsługiwane Języki | 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" ] } } |