Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Manipulation with comments on dtf, tj, vc",
"description": "Manipulation with comments on dtf, tj, vc",
"version": "3.3.3",
"author": "Save Your Soul",
"action": {
"default_title": "Manipulation with comments on dtf, tj, vc",
"default_icon": "icon16.png",
"default_popup": "index.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/dtf.ru\/*",
"https:\/\/tjournal.ru\/*",
"https:\/\/vc.ru\/*",
"https:\/\/new.dtf.ru\/*"
],
"js": [
"content.js",
"popup.js"
]
}
],
"permissions": [
"tabs",
"storage"
]
}