Game Deals for YouTube
Add deals info from IsThereAnyDeal to YouTube
Game Deals for YouTubeとは何ですか?
Game Deals for YouTubeはIsThereAnyDealによって開発されたChromeの拡張機能で、その主な機能は「Add deals info from IsThereAnyDeal to YouTube」です。
拡張機能のスクリーンショット
Game Deals for YouTube拡張機能のCRXファイルをダウンロード
Game Deals for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | bofkdcpkanopnalepfepfkplgmdhoghf |
公式URL | https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf |
説明 | Add deals info from IsThereAnyDeal to YouTube |
ファイルサイズ | 38.21 KB |
インストール数 | 334 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-04-24 |
公開日 | 2020-04-24 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | IsThereAnyDeal |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/tfedor/deals-youtube |
ヘルプページのURL | https://github.com/tfedor/deals-youtube |
プライバシーポリシーページのURL | https://privacy.isthereanydeal.com |
対応言語 | 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" ] } } |