Inspect and view changes in Смотреть футбол онлайн source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Смотреть футбол онлайн",
"version": "3",
"description": "Онлайн просмотр спортивных состязаний (футбола) + темная тема с футбольной обложкой для настоящих фанатов спорта!",
"manifest_version": 2,
"theme": {
"images": {
"theme_frame": "images/theme_frame.jpg"
},
"colors": {
"frame": [
74,
74,
74
],
"toolbar": [
0,
0,
0
],
"tab_text": [
255,
255,
255
],
"tab_background_text": [
167,
167,
167
],
"bookmark_text": [
167,
167,
167
],
"ntp_background": [
0,
0,
0
],
"ntp_text": [
167,
167,
167
],
"button_background": [
255,
255,
255
]
},
"tints": {
"buttons": [
0,
1,
0.5
]
},
"properties": {
"ntp_background_alignment": "bottom",
"ntp_background_repeat": "no-repeat"
}
}
}