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 |
官方網址 | 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 |
電子郵箱 | [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" ] } } |