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": 2, "name": "BFA (BetterFurAffinity)", "short_name": "BFA", "version": "0.3", "description": "Tweaks and improves FurAffinity experience.", "icons": { "16": "resources\/icon-16.png", "32": "resources\/icon-32.png", "48": "resources\/icon-48.png", "128": "resources\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.furaffinity.net\/*" ], "css": [ "css\/pagestyles.css" ], "js": [ "js\/seemore.js", "js\/vxshare.js" ], "run_at": "document_end" } ], "permissions": [ "*:\/\/*.furaffinity.net\/*" ], "author": "xinitrc" }