Game Deals for YouTube
Add deals info from IsThereAnyDeal to YouTube
Game Deals for YouTube là gì?
Game Deals for YouTube là một tiện ích mở rộng Chrome được phát triển bởi IsThereAnyDeal, và tính năng chính của nó là "Add deals info from IsThereAnyDeal to YouTube".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Game Deals for YouTube
Tải xuống các tệp mở rộng Game Deals for YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bofkdcpkanopnalepfepfkplgmdhoghf |
URL Chính Thức | https://chromewebstore.google.com/detail/game-deals-for-youtube/bofkdcpkanopnalepfepfkplgmdhoghf |
Mô tả | Add deals info from IsThereAnyDeal to YouTube |
Kích Thước Tệp | 38.21 KB |
Số Lần Cài Đặt | 334 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-04-24 |
Ngày Phát Hành | 2020-04-24 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | IsThereAnyDeal |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tfedor/deals-youtube |
URL Trang Trợ Giúp | https://github.com/tfedor/deals-youtube |
URL Trang Chính Sách Bảo Mật | https://privacy.isthereanydeal.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |