Roblox Enhancer
Enhances webpages on Roblox!
Roblox Enhancer là gì?
Roblox Enhancer là một tiện ích mở rộng Chrome được phát triển bởi https://reddington.xyz, và tính năng chính của nó là "Enhances webpages on Roblox!".
Ả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 Roblox Enhancer
Tải xuống các tệp mở rộng Roblox Enhancer 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
Features: - View RAP on profile -Website status shortcut - auto refresh - Dark theme(beta) - Message notifications - Mutual Friends - Online Notifications(Not working properly yet) If you have any bugs/features leave a message in the support tab. ~ New Updates ~ Visit the website for information about updates and features.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Roblox Enhancer |
ID | gmnpgjlgjedlhfnphihaimmimdmmgiim |
URL Chính Thức | https://chromewebstore.google.com/detail/roblox-enhancer/gmnpgjlgjedlhfnphihaimmimdmmgiim |
Mô tả | Enhances webpages on Roblox! |
Kích Thước Tệp | 2.41 MB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 0.116 |
Cập Nhật Lần Cuối | 2023-12-31 |
Ngày Phát Hành | 2020-04-01 |
Đánh Giá | 3.33/5 Tổng số 88 Đánh Giá |
Nhà Phát Triển | https://reddington.xyz |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://reddington.xyz/Enhancer |
URL Trang Chính Sách Bảo Mật | https://reddington.xyz/Privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiid4Pk6XcSYQLv+BsixQvQoGE6zpcIfeQV0Y4G9+TJ8ZAfYHiBPJdCDOgs8VkLAB9\/12TWmowkvG4bR5lERNN4jvoKF1FyEHLip2oiOLP3Dt+KOkqEWMGQcAHrb3mdsM\/BFqueY+Yo9D0GicTYJpkKEW+o8YCTe0pyeOoEBe2IwV+W4vVuuhyMABUAxUyVOVZlgRvdQG+bveiNOFsQKUS1hpDzP+UoEdMh38Sil9Ln6pF\/Wo3ctdBqXb+WgI+qVVUteGp4iFPh3mw8KK4MiMMW5tKFRCXYu45pEWRazZ47NwFPm45W2VHDqeKFbplij3cqTT+HV5kRjTTmLW3X5mdQIDAQAB", "manifest_version": 3, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "name": "Roblox Enhancer", "short_name": "Roblox Enhancer", "version": "0.116", "description": "Enhances webpages on Roblox!", "icons": { "128": "images\/icon128.png", "48": "images\/icon.png" }, "web_accessible_resources": [ { "resources": [ "scripts\/MyPlugins.js", "*.css", "*.svg", "*.png", "*.html", "*.js" ], "matches": [ "*:\/\/roblox.com\/*", "*:\/\/web.roblox.com\/*", "*:\/\/www.roblox.com\/*" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Click to check information!" }, "content_scripts": [ { "css": [ "css\/jquery.growl.css", "css\/balloon.min.css", "css\/mutual.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/bootstrap.min.js", "scripts\/angular.min.js", "scripts\/obc.js", "scripts\/jquery.linkify.min.js", "scripts\/jquery.growl.js" ], "matches": [ "*:\/\/roblox.com\/*", "*:\/\/web.roblox.com\/*", "*:\/\/www.roblox.com\/*" ], "all_frames": true, "run_at": "document_start" }, { "js": [ "scripts\/MyPlugins.js", "scripts\/myscript.js" ], "matches": [ "*:\/\/roblox.com\/*", "*:\/\/web.roblox.com\/*", "*:\/\/www.roblox.com\/*" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/extensionpay.com\/*" ], "js": [ "scripts\/jquery.min.js", "scripts\/ExtPay.js" ], "run_at": "document_start" } ], "permissions": [ "background", "notifications", "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.roblox.com\/*", "*:\/\/friends.roblox.com\/*", "*:\/\/assetgame.roblox.com\/*", "*:\/\/*.rbxcdn.com\/*", "*:\/\/github.com\/*", "*:\/\/extensionpay.com\/*" ] } |