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": "UKItten", "description": "Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP.", "version": "1.0.1", "permissions": [ "http:\/\/www.teaandkittens.co.uk\/" ], "icons": { "48": "uk48.png", "128": "uk128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "defarage.js" ] } ] }