Roblox Pro
Improve Roblox using the tools provided inside this extension.
Roblox Pro क्या है?
Roblox Pro enyahs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve Roblox using the tools provided inside this extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Roblox Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Roblox Pro will make your life on Roblox a whole lot better by giving you features like game statistics on your favorite games! Its one of the only extensions that will calculate how much money games make on Roblox. We will be releasing more features in the future stay tuned! Version 1.0.4 - Fixed catalog styling Version 1.0.3 - You can now view stats of paid access games without needing access. - New roblox play button has been aligned with game stats button. - Updated to use new Roblox containers. Version 1.0.0 - Catalog Items now show total sales. - Minimal Computer Usage, optimized performance. - Added Recommended Items back to products.
एक्सटेंशन की मूल जानकारी
नाम | Roblox Pro |
ID | lajchlhgfdaopdpingpkefbggcegkgla |
आधिकारिक URL | https://chromewebstore.google.com/detail/roblox-pro/lajchlhgfdaopdpingpkefbggcegkgla |
विवरण | Improve Roblox using the tools provided inside this extension. |
फ़ाइल का आकार | 22.67 KB |
स्थापना संख्या | 74,124 |
वर्तमान संस्करण | 1.0.8 |
अंतिम अपडेट | 2022-06-04 |
प्रकाशन तिथि | 2020-01-04 |
रेटिंग | 3.87/5 कुल 143 रेटिंग्स |
डेवलपर | enyahs |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Roblox Pro", "version": "1.0.8", "description": "Improve Roblox using the tools provided inside this extension.", "background": { "scripts": [ ".\/js\/background.js" ], "persistent": true }, "content_security_policy": "default-src 'self' https:\/\/www.google-analytics.com 'self'", "content_scripts": [ { "css": [ ".\/css\/app.css" ], "matches": [ "*:\/\/*.roblox.com\/*" ], "run_at": "document_start" }, { "run_at": "document_end", "matches": [ "*:\/\/*.roblox.com\/*" ], "js": [ ".\/js\/app.js" ] } ], "web_accessible_resources": [ ".\/images\/*" ], "browser_action": { "default_icon": ".\/images\/icons\/icon_128x128.png" }, "permissions": [ " |