Groupster
make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem
Groupster là gì?
Groupster là một tiện ích mở rộng Chrome được phát triển bởi geminycrickett, và tính năng chính của nó là "make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem".
Ả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 Groupster
Tải xuống các tệp mở rộng Groupster 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
change your preferred servers that appear in the main popup in the settings page - add / remove a server by using the + and x buttons and click "save & close settings" to save your preferences when the 'private group' button is selected (white w. green border), the server buttons will send you into a private group on that server when the 'joiner' button is selected, the server buttons will send you into the joiner for that server
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mnijclfnjbmoamgkopnlnhapafakomde |
URL Chính Thức | https://chrome.google.com/webstore/detail/groupster/mnijclfnjbmoamgkopnlnhapafakomde |
Mô tả | make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem |
Kích Thước Tệp | 308 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.9.9 |
Cập Nhật Lần Cuối | 2015-09-19 |
Ngày Phát Hành | 2015-09-19 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | geminycrickett |
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": "Groupster", "version": "1.9.9", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem", "homepage_url": "http:\/\/tagpro.gg", "icons": { "16": "icons\/groupster_icon2.png", "48": "icons\/groupster_icon2.png", "128": "icons\/groupster_icon.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/groupster_icon.png", "default_title": "Groupster", "default_popup": "src\/browser_action\/browser_action.html" }, "externally_connectable": { "matches": [ "http:\/\/serene-headland-9707.herokuapp.com\/*" ] }, "permissions": [ "storage", "notifications", "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |