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": "FBuddy", "description": "Your companion for Fansly", "version": "0.1.56", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "host_permissions": [ "https:\/\/*.fansly.com\/*", "https:\/\/*.fbuddy.net\/*" ], "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_title": "FBuddy" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/fansly.com\/*" ], "js": [ "content-scripts\/main.js" ] } ], "web_accessible_resources": [ { "resources": [ "content-scripts\/main.css" ], "matches": [ "https:\/\/fansly.com\/*" ] } ] }