Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "CPT Comment Filter",
"version": "2.7.2",
"description": "\u0421\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0430\u0440\u0438\u0438 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439 \u0427\u041f\u0422 \u043f\u043e \u043d\u0438\u043a\u043d\u0435\u0439\u043c\u0443.",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/chatprostotak.ru\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/chatprostotak.ru\/*"
],
"js": [
"utils.js",
"core.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/chatprostotak.ru\/users\/*"
],
"js": [
"utils.js",
"core.js",
"users.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/chatprostotak.ru\/blogs\/*"
],
"js": [
"utils.js",
"core.js",
"blogs.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/chatprostotak.ru\/",
"https:\/\/chatprostotak.ru\/posts\/*",
"https:\/\/chatprostotak.ru\/blogs*"
],
"js": [
"utils.js",
"core.js",
"posts.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/chatprostotak.ru\/",
"https:\/\/chatprostotak.ru\/users",
"https:\/\/chatprostotak.ru\/users*"
],
"js": [
"online.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https:\/\/chatprostotak.ru\/",
"https:\/\/chatprostotak.ru\/comments",
"https:\/\/chatprostotak.ru\/comments*"
],
"js": [
"comments.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}