By: not.skelly Add-on
Inspect and view changes in RoPro FF Port source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "RoPro FF Port",
"short_name": "RoPro",
"description": "this extension was ported by a reddit user called idontbreatheco2 so credits to him, ive checked and its the same as the chrome version tho modified to be able to run on firefox so it is safe to use (newest version doesnt work on firefox)",
"default_locale": "en",
"author": "RoPro Development Team",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"version": "1.5.10.2fixed",
"permissions": [
"notifications",
"storage",
"*://*.roblox.com/*",
"*://*.ropro.io/*",
"*://*.rbxcdn.com/*"
],
"content_scripts": [
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/trade.js"
],
"css": [
"/css/page/trade.css"
],
"matches": [
"*://*.roblox.com/trades*",
"*://*.roblox.com/*/trades*"
],
"run_at": "document_start"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/tradePreview.js"
],
"matches": [
"*://*.roblox.com/trades*",
"*://*.roblox.com/*/trades*"
],
"run_at": "document_end"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/profile.js",
"/js/page/trade.js",
"/js/page/profileThemes.js"
],
"css": [
"/css/page/profile.css",
"/css/page/trade.css",
"/css/page/profileThemes.css"
],
"matches": [
"*://*.roblox.com/users/*",
"*://*.roblox.com/*/users/*"
],
"run_at": "document_end"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/sandbox.js"
],
"css": [
"/css/page/sandbox.css"
],
"matches": [
"*://*.roblox.com/sandbox",
"*://*.roblox.com/*/sandbox"
],
"run_at": "document_start"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/themes.js"
],
"css": [
"/css/page/themes.css"
],
"matches": [
"*://*.roblox.com/themes",
"*://*.roblox.com/*/themes"
],
"run_at": "document_start"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/quickPlay.js"
],
"css": [
"/css/page/quickPlay.css"
],
"matches": [
"*://*.roblox.com/*"
],
"run_at": "document_end"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/additionalMenuItems.js"
],
"css": [
"/css/page/additionalMenuItems.css"
],
"matches": [
"*://*.roblox.com/*"
],
"run_at": "document_start"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/ropro_shuffle.js"
],
"css": [
"/css/page/ropro_shuffle.css"
],
"matches": [
"*://*.roblox.com/discover*",
"*://*.roblox.com/*/discover*"
],
"run_at": "document_end"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/gamePage.js"
],
"css": [
"/css/page/gamePage.css"
],
"matches": [
"*://*.roblox.com/games/*",
"*://*.roblox.com/discover*",
"*://*.roblox.com/*/games/*",
"*://*.roblox.com/*/discover*"
],
"run_at": "document_end"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/groupPage.js"
],
"css": [
"/css/page/gamePage.css"
],
"matches": [
"*://*.roblox.com/groups/*",
"*://*.roblox.com/*/groups/*"
],
"run_at": "document_end"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/home.js"
],
"css": [
"/css/page/home.css"
],
"matches": [
"*://*.roblox.com/home*",
"*://*.roblox.com/*/home*"
],
"run_at": "document_idle"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/friends.js"
],
"css": [
"/css/page/friends.css"
],
"matches": [
"*://*.roblox.com/users/*/friends*",
"*://*.roblox.com/users/friends*",
"*://*.roblox.com/*/users/friends*",
"*://*.roblox.com/*/users/*/friends*"
],
"run_at": "document_end"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/avatar.js"
],
"css": [
"/css/page/avatar.css"
],
"matches": [
"*://*.roblox.com/my/avatar*",
"*://*.roblox.com/*/my/avatar*"
],
"run_at": "document_start"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/invite.js"
],
"matches": [
"*://*.ropro.io/join/*",
"*://*.ropro.io/invite/*"
],
"run_at": "document_end"
},
{
"js": [
"/js/libraries/jquery-3.5.1.min.js",
"/js/page/subscription.js"
],
"matches": [
"*://*.ropro.io/subscription/*"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"/js/libraries/jquery-3.5.1.min.js",
"background.js"
],
"persistent": true
},
"web_accessible_resources": [
"/js/page/fetchAngular.js",
"/js/page/fetchServers.js",
"/js/page/fetchAvatar.js",
"/images/*"
],
"browser_action": {
"default_title": "RoPro",
"default_popup": "options.html"
},
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "{c20ca91b-1b55-4eef-914e-754c3cf56825}"
}
}
} Best RoPro FF Port Alternatives
Here are some Firefox add-ons that are similar to RoPro FF Port:
RoPro - Port from Chrome
alex
RoPro FF
j1mster
RoValra - Roblox Improved
MikeFeng
RoValra - Roblox Improved [Stripped Port]
Amged
RoValra - Roblox Improved [Stripped Port]
Amged
RoPro - Enhance Your Roblox Experience
j1mster
FirePro
pompompurin
RoValra - A Better Add-on (PORT)
rav4
RoNewPorted
rileyaft
RoPro - Upgrade your Roblox
RoPro
RoValra - A Better Add-on
rav4
RoValra - Roblox Improved
Noras