New versions are available here: https://addons.mozilla.org/en-US/firefox/addon/football-ua_spblocker_v2/
Minimize your necessity to cope with design of special projects of football.ua
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Football-ua_SPBlocker",
"version": "1.3resigned1",
"description": "Replaces special project's links with original football.ua ones where possible. Takes menu entries from champions.football.ua to original site",
"icons": {
"48": "img/icons/football_48.png",
"96": "img/icons/football_96.png"
},
"web_accessible_resources": [
"img/loading.gif"
],
"content_scripts": [
{
"exclude_matches": [
"*://*.football.ua/*.jpg"
],
"matches": [
"*://*.football.ua/*"
],
"js": [
"spBlocker.js"
]
}
],
"permissions": [
"*://*.football.ua/*",
"webRequest"
],
"browser_specific_settings": {
"gecko": {
"id": "{38728acd-0f0e-4d2d-bd54-bfe80e9c0eee}"
}
}
}