BattleTabs
Multiplayer Battles in your New Tab
BattleTabs là gì?
BattleTabs là một tiện ích mở rộng Chrome được phát triển bởi https://battletabs.com, và tính năng chính của nó là "Multiplayer Battles in your New Tab".
Ả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 BattleTabs
Tải xuống các tệp mở rộng BattleTabs 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
💣 Battle your friends! Battles with viking ships in your browser new tab with your friends and other players. Collect new ships and build up your own fleet with special attacks to bring to battle! Note: you can turn off the new tab mode in the settings if you want to keep your default new tab page. ⛵️ Features: - Bite-sized gameplay, perfect for the Few Seconds you have to take a break in-between tasks - Intense multiplayer action with unique ships and special abilities - Build your own fleets with ships you've collected - Play multiple matches at the same time - Shows your Topsites and your Most visited websites on the new tab page, and shows a search bar on the new tab page for easy access - To support the development on the game, we may show advertisements in the product. We will make sure they don't detract from the experience of the game! 💡 Latest updates: https://battletabs.io/news
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BattleTabs |
ID | mjcklhnhfiepmofggcoegkmkokbljmjd |
URL Chính Thức | https://chromewebstore.google.com/detail/battletabs/mjcklhnhfiepmofggcoegkmkokbljmjd |
Mô tả | Multiplayer Battles in your New Tab |
Kích Thước Tệp | 643 KB |
Số Lần Cài Đặt | 95,896 |
Phiên Bản Hiện Tại | 50.17.0.2336 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2020-06-23 |
Đánh Giá | 4.72/5 Tổng số 1127 Đánh Giá |
Nhà Phát Triển | https://battletabs.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://battletabs.com/ |
URL Trang Trợ Giúp | https://battletabs.com/contact |
URL Trang Chính Sách Bảo Mật | https://www.gangbusters.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsxp4PuZ2KkZj9\/vjhca9ajslJAtUrsau2Hi8yUOjV2VUywhGyyvoafjzohjsWK+x5uh+ybGn12L3DAbOGTnGX5iv8FLbr6lwlLb9a9whUs\/5Xt\/wQwwEun8jZtew9x8HeAF9sIXiSVwA8eRu6W3VXlnscGdBkG9IEr6MXmEypp\/Y2D7OBv\/KjTPjPPGhIglLwbA72MwHLQNVWcNjcPvS3mBVPkqzjISYL8WpBUzQZ1fbHPVXn0ZCY\/cT0uiyQc47QQMxp1sGFPAHX2+whj64rZMVImdYexiTQtF++jcy0p7wOYwmaFa63QkJzBGmLSHkBQpz3i\/3m38HBuxru0QTcwIDAQAB", "name": "BattleTabs", "description": "Multiplayer Battles in your New Tab", "version": "50.17.0.2336", "icons": { "16": "images\/logo-16x16.png", "48": "images\/logo-48x48.png", "128": "images\/logo-128x128.png" }, "action": { "default_icon": "images\/logo-128x128.png" }, "background": { "service_worker": "background-sw.js", "type": "module" }, "oauth2": { "client_id": "565329550583-3vtjl7uhr3dfnb8mi327fd9ta9o85psn.apps.googleusercontent.com", "scopes": [ "profile", "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "externally_connectable": { "ids": [ "*" ], "matches": [ "*:\/\/*.battletabs.com\/*", "*:\/\/*.battletabs.io\/*", "*:\/\/*.battletabs.gg\/*", "http:\/\/localhost\/*" ] }, "web_accessible_resources": [ { "resources": [ "newtab.html" ], "matches": [ "http:\/\/localhost:4200\/*", "https:\/\/battletabs.io\/*", "https:\/\/battletabs-staging.netlify.app\/*" ] } ], "permissions": [ "storage", "notifications", "topSites" ], "content_security_policy": [], "clientVersion": "50.17.0.2336" } |