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": "FunPay Helper",
"version": "2.0.5",
"description": "\ud83e\udd16 \u041f\u043e\u043b\u043d\u043e\u0446\u0435\u043d\u043d\u044b\u0439 \u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a \u0434\u043b\u044f \u043f\u0440\u043e\u0434\u0430\u0432\u0446\u043e\u0432 \u043d\u0430 FunPay: \u0430\u0432\u0442\u043e\u043f\u043e\u0434\u043d\u044f\u0442\u0438\u0435, \u0430\u0432\u0442\u043e\u043e\u0442\u0432\u0435\u0442\u0447\u0438\u043a, \u0430\u0432\u0442\u043e\u043e\u0442\u0432\u0435\u0442 \u043d\u0430 \u043e\u0442\u0437\u044b\u0432\u044b, \u043a\u0430\u0441\u0442\u043e\u043c\u0438\u0437\u0430\u0446\u0438\u044f \u0442\u0435\u043c, \u0443\u0432\u0435\u0434\u043e\u043c\u043b\u0435\u043d\u0438\u044f",
"permissions": [
"storage",
"alarms",
"tabs",
"notifications"
],
"host_permissions": [
"https:\/\/funpay.com\/*",
"https:\/\/funpay.ru\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/funpay.com\/*",
"https:\/\/funpay.ru\/*"
],
"js": [
"content.js"
],
"css": [
"themes.css"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"themes.css"
],
"matches": [
"https:\/\/funpay.com\/*",
"https:\/\/funpay.ru\/*"
]
}
]
}