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",
"manifest_version": 2,
"name": "Только я и товарищ майор",
"version": "0.3",
"author": "Pavel Lysenko aka Ohar <code@ohar.name>",
"description": "Исправляет описания настроек приватности во ВКонтакте на более реалистичные",
"homepage_url": "https://github.com/Ohar/vk-privacy-fixer",
"icons": {
"48": "icons/icon-48.jpg",
"96": "icons/icon-96.jpg"
},
"content_scripts": [
{
"matches": [
"https://vk.com/settings*"
],
"css": [
"styles.css"
]
}
]
}