Gamefinder
Finds what games youtube video pages feature.
Gamefinder là gì?
Gamefinder là một tiện ích mở rộng Chrome được phát triển bởi Brancu Alexandru, và tính năng chính của nó là "Finds what games youtube video pages feature.".
Ả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 Gamefinder
Tải xuống các tệp mở rộng Gamefinder 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
This extension allows you to view what game is featured in any video on most pages of youtube before clicking on it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gamefinder |
ID | jlgipnmimogpomfpobemgdddbfnkkdbp |
URL Chính Thức | https://chromewebstore.google.com/detail/gamefinder/jlgipnmimogpomfpobemgdddbfnkkdbp |
Mô tả | Finds what games youtube video pages feature. |
Kích Thước Tệp | 13.36 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-01-18 |
Ngày Phát Hành | 2022-09-16 |
Nhà Phát Triển | Brancu Alexandru |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gamefinder", "description": "Finds what games youtube video pages feature.", "version": "1.0", "manifest_version": 3, "icons": { "128": "favicon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "scriptLoader.js" ] } ], "permissions": [], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "web_accessible_resources": [ { "resources": [ "subscriptions.js", "recommended.js", "home.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |