Inspect and view changes in SavePostForVoz 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
{
"action": {
"default_title": "Mở danh sách đã lưu"
},
"background": {
"service_worker": "js/y.js"
},
"content_scripts": [
{
"js": [
"js/x.js"
],
"matches": [
"https://*.voz.vn/*"
],
"all_frames": true
}
],
"description": "Lưu post xem lại sau",
"icons": {
"16": "img/icon16.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"manifest_version": 3,
"name": "SavePostForVoz",
"options_page": "options.html",
"permissions": [
"storage"
],
"version": "1.0.0.6",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}