Loads avatars on YouTube in Russia
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"description": "Загружает аваратки на YouTube",
"manifest_version": 2,
"name": "YouTube Fix",
"version": "1.0",
"permissions": [
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"icons": {
"512": "youtube.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{b73f573f-5bf4-447b-a58e-8b82b57733e8}"
}
}
}