plugCubed
Adding a new dimension to plug.dj
plugCubed là gì?
plugCubed là một tiện ích mở rộng Chrome được phát triển bởi thedark1337, và tính năng chính của nó là "Adding a new dimension to plug.dj".
Ả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 plugCubed
Tải xuống các tệp mở rộng plugCubed 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
plug³ is a Javascript enhancement that offers; Autowoot, Autojoin, Custom Chat Colors, Toggle AFK status with an Autoresponder, Special Notifications, Enable toggles for turning on/off the Stream, AFK timers in the Userlist, Custom room settings and a lot more!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | plugCubed |
ID | cfeomlnnfncblkheeneahgmngbnbiaoi |
URL Chính Thức | https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi |
Mô tả | Adding a new dimension to plug.dj |
Kích Thước Tệp | 72.7 KB |
Số Lần Cài Đặt | 880 |
Phiên Bản Hiện Tại | 4.4.0.11 |
Cập Nhật Lần Cuối | 2017-12-18 |
Ngày Phát Hành | 2017-12-18 |
Đánh Giá | 4.19/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | thedark1337 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://plugcubed.net |
URL Trang Trợ Giúp | https://github.com/plugcubed/plugcubed/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "plug\u00b3 Team", "name": "plugCubed", "short_name": "plug\u00b3", "description": "Adding a new dimension to plug.dj", "homepage_url": "https:\/\/plugCubed.net", "version": "4.4.0.11", "icons": { "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.plug.dj\/*" ], "js": [ "loader.js" ] } ], "permissions": [ "https:\/\/plug.dj\/*" ], "web_accessible_resources": [ "plugCubed.js" ] } |