Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_app_name__",
"short_name": "ESRoblox",
"description": "__MSG_app_description__",
"version": "3.0.1",
"author": "Free Simple Apps",
"default_locale": "en",
"minimum_chrome_version": "96",
"incognito": "split",
"homepage_url": "https:\/\/es-roblox.dllplayer.com\/",
"action": {
"default_title": "__MSG_browser_act__"
},
"icons": {
"128": "res\/icon_128.png"
},
"background": {
"service_worker": "js\/_chrome\/serviceWorker.js"
},
"host_permissions": [
"*:\/\/*.roblox.com\/",
"*:\/\/*.rbxcdn.com\/"
],
"permissions": [
"declarativeNetRequestWithHostAccess",
"notifications",
"contextMenus",
"scripting",
"storage",
"alarms"
],
"web_accessible_resources": [
{
"resources": [
"\/res\/*",
"\/css\/*"
],
"matches": [
"*:\/\/*.roblox.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/www.roblox.com\/*",
"*:\/\/web.roblox.com\/*"
],
"exclude_matches": [
"*:\/\/*\/userads\/*",
"*:\/\/*\/user-sponsorship\/*",
"*:\/\/*\/build\/upload"
],
"js": [
"js\/rbx\/Constants.js",
"js\/shared\/common.js",
"js\/shared\/utility.js",
"js\/shared\/sharedData.js",
"js\/shared\/messaging.js",
"js\/shared\/settings.js",
"js\/util\/injectJS.js",
"js\/util\/injectCSS.js",
"js\/util\/modifyTemplate.js",
"js\/util\/loadOptionalLibrary.js",
"js\/feat\/themes.js",
"js\/feat\/adblock.js",
"js\/feat\/fastSearch.js",
"js\/feat\/navigation.js",
"js\/feat\/robuxToCash.js",
"js\/rbx\/FileFormat\/ByteReader.js",
"js\/rbx\/FileFormat\/Instance.js",
"js\/rbx\/FileFormat\/XmlParser.js",
"js\/rbx\/FileFormat\/BinaryParser.js",
"js\/rbx\/FileFormat\/MeshParser.js",
"js\/rbx\/AnimationParser.js",
"js\/rbx\/Parser.js",
"js\/rbx\/AssetCache.js",
"js\/rbx\/RobloxApi.js",
"js\/pages\/common.js",
"js\/pages\/avatar.js",
"js\/pages\/catalog.js",
"js\/pages\/develop.js",
"js\/pages\/friends.js",
"js\/pages\/gamedetails.js",
"js\/pages\/groups.js",
"js\/pages\/groupadmin.js",
"js\/pages\/home.js",
"js\/pages\/inventory.js",
"js\/pages\/itemdetails.js",
"js\/pages\/messages.js",
"js\/pages\/money.js",
"js\/pages\/placeconfig.js",
"js\/pages\/profile.js",
"js\/inject.js",
"js\/main.js"
],
"run_at": "document_start",
"all_frames": true
}
]
}