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 Tools",
"version": "2.7",
"description": "\u0413\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f FunPay \u26a1 100+ \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u2022 \u0418\u0418-\u043f\u043e\u043c\u043e\u0449\u043d\u0438\u043a \u2022 \u0410\u0432\u0442\u043e\u043e\u0442\u0432\u0435\u0442\u0447\u0438\u043a \u2022 \u0410\u043d\u0430\u043b\u0438\u0442\u0438\u043a\u0430 \u2022 \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0430\u0446\u0438\u044f \u2022 \u0411\u043e\u043b\u044c\u0448\u0435 \u043f\u0440\u043e\u0434\u0430\u0436",
"permissions": [
"storage",
"tabs",
"cookies",
"alarms",
"offscreen",
"notifications",
"background"
],
"host_permissions": [
"https:\/\/fptools-ai-server.vercel.app\/*",
"https:\/\/funpay.com\/*",
"https:\/\/cdn.jsdelivr.net\/*",
"https:\/\/fonts.googleapis.com\/*",
"https:\/\/fonts.gstatic.com\/*",
"https:\/\/gist.githubusercontent.com\/*"
],
"action": {
"default_popup": "popup\/popup.html",
"default_title": "FP Tools"
},
"icons": {
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/funpay.com\/*"
],
"js": [
"content\/theme_flash_fix.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"https:\/\/funpay.com\/*"
],
"js": [
"content\/scripts\/jquery.js",
"content\/utils.js",
"content\/features\/cursor_fx.js",
"content\/ui\/settings_loader.js",
"content\/features\/font_tools.js",
"content\/features\/accounts.js",
"content\/features\/ai_chat.js",
"content\/features\/auto_delivery.js",
"content\/features\/homepage_redesign.js",
"content\/features\/lot_cloning.js",
"content\/features\/market_analytics.js",
"content\/features\/lot_management.js",
"content\/features\/templates.js",
"content\/features\/theme.js",
"content\/features\/exact_price.js",
"content\/features\/user_notes.js",
"content\/features\/image_generator.js",
"content\/features\/custom_sound.js",
"content\/features\/misc.js",
"content\/features\/ui_enhancements.js",
"content\/features\/review_sorter.js",
"content\/features\/ai_lot_creator.js",
"content\/features\/currency_calculator.js",
"content\/features\/notes.js",
"content\/features\/overview_tour.js",
"content\/features\/magicstick.js",
"content\/features\/piggy_bank.js",
"content\/features\/lot_io.js",
"content\/features\/auto_review.js",
"content\/features\/fpt_identifier.js",
"content\/ui\/main_popup.js",
"content\/ui\/header_button_styler.js",
"content\/content_script.js"
],
"css": [
"css\/content_styles.css",
"css\/image_generator.css",
"css\/ai_creator.css",
"css\/live_styler.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"sounds\/*.mp3",
"background\/remake.html",
"background\/remake.js"
],
"matches": [
"https:\/\/funpay.com\/*"
]
}
]
}