By: metheyes
Inspect and view changes in MaTorn++ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "MaTorn++",
"version": "1.1.0",
"description": "Extension to make life in Torn easier.",
"icons": {
"48": "icons/m-48.png"
},
"permissions": [
"storage",
"webRequest",
"*://*.torn.com/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"lib/purify.min.js"
]
},
{
"matches": [
"*://*.torn.com/*"
],
"css": [
"css/all.css"
],
"js": [
"jquery.js",
"utility.js",
"all.js"
]
},
{
"matches": [
"*://*.torn.com/index.php"
],
"js": [
"content.js"
]
},
{
"matches": [
"*://*.torn.com/companies.php"
],
"css": [
"css/company.css"
],
"js": [
"jquery.js",
"company.js"
]
},
{
"matches": [
"*://*.torn.com/imarket.php*"
],
"js": [
"jquery.js",
"market.js"
]
},
{
"matches": [
"*://*.torn.com/forums.php*"
],
"js": [
"yellow.js"
]
},
{
"matches": [
"*://*.torn.com/profiles.php*"
],
"css": [
"css/profile.css"
],
"js": [
"jquery.js",
"utility.js",
"profile.js"
]
}
],
"browser_action": {
"default_title": "MaTorn++",
"default_popup": "popup/popup.html"
},
"background": {
"scripts": [
"jquery.js",
"background.js"
]
}
} Best MaTorn++ Alternatives
Here are some Firefox add-ons that are similar to MaTorn++: