Base Level Extension
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": "VK pictures save",
"description": "Base Level Extension",
"version": "1.5",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https://*.vk.com/*"
],
"css": [
"myStyles.css"
],
"js": [
"pageScript.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "images/icon_16.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png"
}
}