Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"version": "1.0.250.78",
"name": "__MSG_name__",
"short_name": "VK Styles",
"description": "__MSG_description__",
"author": "vk.com\/2style",
"homepage_url": "https:\/\/vk.com\/2style",
"default_locale": "en",
"permissions": [
"tabs",
"scripting",
"contextMenus",
"storage"
],
"host_permissions": [
"https:\/\/vk.com\/*",
"https:\/\/*.vk.com\/*",
"https:\/\/vk.ru\/*",
"https:\/\/*.vk.ru\/*"
],
"optional_permissions": [
"activeTab"
],
"background": {
"service_worker": "0.js"
},
"content_scripts": [
{
"js": [
"1.js"
],
"matches": [
"https:\/\/vk.com\/*",
"https:\/\/*.vk.com\/*",
"https:\/\/vk.ru\/*",
"https:\/\/*.vk.ru\/*"
],
"run_at": "document_start"
},
{
"js": [
"2.js"
],
"matches": [
"https:\/\/vk.com\/*",
"https:\/\/*.vk.com\/*",
"https:\/\/vk.ru\/*",
"https:\/\/*.vk.ru\/*"
],
"run_at": "document_start",
"world": "MAIN"
}
],
"commands": {
"pause": {
"description": "Pause",
"global": true,
"suggested_key": {
"default": "MediaPlayPause"
}
},
"prev": {
"description": "Previous",
"global": true,
"suggested_key": {
"default": "MediaPrevTrack"
}
},
"next": {
"description": "Next",
"global": true,
"suggested_key": {
"default": "MediaNextTrack"
}
},
"stop": {
"description": "Stop",
"global": true,
"suggested_key": {
"default": "MediaStop"
}
},
"eye": {
"description": "__MSG_eye__",
"global": false,
"suggested_key": {
"default": "Alt+Z"
}
}
},
"action": [],
"icons": {
"128": "i\/128.png"
},
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsQAogDht781xrw0nkvHSMfP83Mh5h3Wze05N88Pu5l1adky5VoFguSYoy1C83jw5stAgVNFCJYBKeFTriYoXvdsQlafzpz0iv0W5hLXsV7PSYQ0Ryy+EWMn44RZTzRon6uwhdWTPMyoYItJDE4lE00XiCn+FYOu29TPC+5Y0rjExDjNsOetQ3T0i3VZqDmeZfCGycOEww9P1qvqZCzS09pWGW6kpxunC93MR\/vhK\/TxiCLSQ9b8qxKdTXmc\/PI4zn99C88cVMmIDoYKQoCxN7u40nO9Ext1VZLZzSQJNWKiInCRWdO97iDg93rN1gfnJIZhZYnhUXy0dYI3w7nRRuQIDAQAB",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"https:\/\/vk.com\/*",
"https:\/\/*.vk.com\/*",
"https:\/\/vk.ru\/*",
"https:\/\/*.vk.ru\/*"
]
}
]
}