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": "Wordpress Stats", "short_name": "WP Stats", "author": "Zirconet", "description": "Show Wordpress hits", "version": "1.6.96", "manifest_version": 2, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "img\/wp-logo.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/apikey.wordpress.com\/" ], "css": [ "js\/inject.css" ], "js": [ "js\/inject.js" ] } ], "permissions": [ "storage", "https:\/\/stats.wordpress.com\/*\/", "https:\/\/wordpress.com\/stats\/*\/", "https:\/\/apikey.wordpress.com\/", "http:\/\/cittadinoimperfetto.altervista.org\/WP_Stats\/*\/", "notifications" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }