Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"short_name": "RoEarn",
"version": "2.9",
"description": "__MSG_extDescription__",
"default_locale": "en",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "__MSG_extActionTitle__",
"default_icon": {
"16": "icons\/icon-16.png",
"24": "icons\/icon-24.png",
"32": "icons\/icon-32.png"
}
},
"permissions": [
"scripting",
"storage",
"alarms"
],
"host_permissions": [
"*:\/\/*.roblox.com\/*",
"*:\/\/*.roearn-api.com\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.roblox.com\/*"
],
"js": [
"injector.js",
"sidebar-button.js",
"remove-footer.js",
"navbar-robux-icon.js",
"success-popup.js",
"shopping-cart.js",
"review-prompt.js",
"hide.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/www.roblox.com\/*"
],
"js": [
"catalog-item.js",
"marketplace-search.js"
]
},
{
"matches": [
"*:\/\/www.roblox.com\/games\/*",
"*:\/\/www.roblox.com\/*\/games\/*"
],
"js": [
"gamepass-store.js"
]
},
{
"matches": [
"*:\/\/www.roblox.com\/game-pass\/*",
"*:\/\/www.roblox.com\/*\/game-pass\/*"
],
"js": [
"gamepass-page.js"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/www.roblox.com\/roearn*",
"*:\/\/www.roblox.com\/*\/roearn*"
],
"js": [
"dashboard.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"checkout.js",
"checkout-bulk.js",
"initiate-withdrawal.js",
"icons\/*",
"_locales\/*"
],
"matches": [
"*:\/\/*.roblox.com\/*"
]
}
]
}