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": "CNFans +", "description": "Shop better on CNFans with automated features such as auto-agree, dynamic referral links, and seamless gallery scrolling!", "version": "1.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/cnfans.com\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "findsly.png" ], "matches": [ "*:\/\/cnfans.com\/*" ] } ] }