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", "content_scripts": [ { "js": [ ".\/jquery.js", ".\/content\/funpay.js" ], "matches": [ "https:\/\/funpay.com\/*" ], "css": [ ".\/content\/content.css" ], "run_at": "document_start" }, { "js": [ ".\/jquery.js", ".\/content\/main.js" ], "matches": [ "https:\/\/funpay.com\/extension" ], "run_at": "document_start" }, { "js": [ ".\/jquery.js", ".\/content\/chat.js" ], "matches": [ "https:\/\/funpay.com\/chat\/?node=*" ], "run_at": "document_start" }, { "js": [ ".\/jquery.js", ".\/content\/trade.js" ], "matches": [ "https:\/\/funpay.com\/lots\/*\/trade" ] }, { "js": [ ".\/jquery.js", ".\/content\/edit.js" ], "matches": [ "https:\/\/funpay.com\/lots\/offerEdit?node=*" ] } ], "icons": { "16": "resource\/img\/avatar.png", "48": "resource\/img\/avatar.png", "128": "resource\/img\/avatar.png" }, "action": { "default_icon": "resource\/img\/avatar.png" }, "description": "\ud83d\udc8e\u0423\u0434\u043e\u0431\u043d\u043e\u0435 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b FunPay, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0434\u0435\u043b\u0430\u0435\u0442 \u0432\u0430\u0448 \u043e\u043f\u044b\u0442 \u0442\u043e\u0440\u0433\u043e\u0432\u043b\u0438 \u0438 \u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0435\u0449\u0451 \u0431\u043e\u043b\u0435\u0435 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u044b\u043c!", "host_permissions": [ "https:\/\/funpay.com\/*", "http:\/\/funpay.com\/*" ], "manifest_version": 3, "name": "FunPay extension", "version": "0.5", "web_accessible_resources": [ { "matches": [ "https:\/\/funpay.com\/*" ], "resources": [ "content\/main\/index.html", "resource\/img\/black_theme.png", "resource\/img\/night_theme.png", "resource\/img\/retro_theme.png", "resource\/img\/default_theme.png", "resource\/img\/logo.png", "resource\/img\/change-log.png", "resource\/audio\/click.mp3", "resource\/audio\/hover.mp3", "resource\/audio\/checkbox.mp3", "resource\/audio\/telegram.mp3", "resource\/audio\/money.mp3", "resource\/gif\/dak.gif", "resource\/gif\/cat.gif", "resource\/gif\/minecraft.gif", "resource\/gif\/money.gif", "resource\/gif\/parrot.gif", "resource\/gif\/woman.gif", "resource\/css\/black.css", "resource\/css\/night.css", "resource\/css\/retro.css" ] } ] }