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",
"name": "\u041f\u0438\u043a\u0430\u0427\u0438\u0441\u0442",
"version": "1.0.0",
"description": "\u041f\u0438\u043a\u0430\u0427\u0438\u0441\u0442 \u043e\u0447\u0438\u0449\u0430\u0435\u0442 \u041f\u0438\u043a\u0430\u0431\u0443 \u043e\u0442 \u0441\u0441\u044b\u043b\u043e\u043a \u043d\u0430 \u0422\u0413 \u043a\u0430\u043d\u0430\u043b\u044b, \u0440\u0435\u0444\u0435\u0440\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0441\u044b\u043b\u043e\u043a \u0432 \u043f\u043e\u0441\u0442\u0430\u0445, \u0438 \u043f\u0440\u043e\u0447\u0435\u0433\u043e \u043c\u0443\u0441\u043e\u0440\u0430. \u041b\u0435\u0433\u043a\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u043f\u043e\u0434 \u0441\u0435\u0431\u044f.",
"manifest_version": 3,
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.pikabu.ru\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "images\/128.png"
}
},
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.pikabu.ru\/*"
],
"js": [
"content.js"
],
"css": [
"placeholder-styles.css"
],
"run_at": "document_idle"
}
],
"icons": {
"128": "images\/128.png"
}
}