PMMG Extended
Improve and tweak the interface elements of PrUn website
PMMG Extended là gì?
PMMG Extended là một tiện ích mở rộng Chrome được phát triển bởi pi3142718, và tính năng chính của nó là "Improve and tweak the interface elements of PrUn website".
Ả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 PMMG Extended
Tải xuống các tệp mở rộng PMMG Extended 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
How to use: Install, follow the instructions on the XIT START buffer The command XIT HELP will provide an in-game guide on the features of PMMG Extended. Also refer to the website on all the features included in PMMG Extended with picture examples: https://sites.google.com/view/pmmgextended/features?authuser=0 Contact PiBoy314 on the UFO or PCT discords with questions or recommendations. # Setting up your preferences * Open a new buffer and type in XIT SETTINGS * Fill in each of the settings fields * Open XIT START to get the tutorial again Thank you to the following contributors to PMMG Extended: * yarekt for developing the base features of PMMG Beautifier that this extension is based on. * Saganaki and Kovus for developing the code to listen to the PrUN server * SeraphX2, AGM-114, and Booers for developing and testing the extension. * Rynx for developing PrUN UI Enhancer, now integrated into PMMG Extended. * allocater for developing the icons color scheme now integrated into PMMG Extended. * The PrUN community at large for testing and brainstorming ideas Licensing: * SVG Icons by Pixelbazaar in CC Attribution License via SVG Repo
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PMMG Extended |
ID | cadmmgnpgphgndeeoldoohkcbjkohigg |
URL Chính Thức | https://chromewebstore.google.com/detail/pmmg-extended/cadmmgnpgphgndeeoldoohkcbjkohigg |
Mô tả | Improve and tweak the interface elements of PrUn website |
Kích Thước Tệp | 292 KB |
Số Lần Cài Đặt | 507 |
Phiên Bản Hiện Tại | 1.11.1 |
Cập Nhật Lần Cuối | 2024-02-29 |
Ngày Phát Hành | 2022-03-07 |
Đánh Giá | 4.63/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | pi3142718 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://sites.google.com/view/pmmgextended/home |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/pmmgextendedprivacypolicy/home |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PMMG Extended", "description": "Improve and tweak the interface elements of PrUn website", "version": "1.11.1", "icons": { "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "service_worker.js" }, "permissions": [ "storage", "activeTab", "scripting", "tabs" ], "host_permissions": [ "https:\/\/apex.prosperousuniverse.com\/", "https:\/\/script.google.com\/", "https:\/\/script.googleusercontent.com\/", "https:\/\/rest.fnar.net\/" ], "content_scripts": [ { "matches": [ "https:\/\/apex.prosperousuniverse.com\/*" ], "run_at": "document_start", "js": [ "main.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/apex.prosperousuniverse.com\/*" ], "resources": [ "page_script.js", "uploader.js" ] } ] } |