Members Interests
Promoting transparency in democracy.
What is Members Interests?
Members Interests is a Chrome extension developed by https://www.membersinterests.org.uk, and its main feature is "Promoting transparency in democracy.".
Extension Screenshots
Download Members Interests Extension CRX File
Download Members Interests extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A browser extension that looks for mentions of MPs in articles and provides a link to their entry in the Register of Members' Interests. Mentions of MPs names are automatically replaced with links, allowing you to easily see their declarations.
Extension Basic Information
Name | Members Interests |
ID | ipomhipkcjebjniginhahgpkkdfeppme |
Official URL | https://chromewebstore.google.com/detail/members-interests/ipomhipkcjebjniginhahgpkkdfeppme |
Description | Promoting transparency in democracy. |
File Size | 70.47 KB |
Installation Count | 111 |
Current Version | 1.0.6 |
Last Updated | 2014-12-28 |
Publish Date | 2014-12-28 |
Rating | 1.50/5 Total 2 Ratings |
Developer | https://www.membersinterests.org.uk |
Payment Type | free |
Extension Website | http://www.membersinterests.org.uk/ |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Members Interests", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Promoting transparency in democracy.", "background": { "page": "background.html" }, "homepage_url": "http:\/\/www.membersinterests.org.uk\/", "version": "1.0.6", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icons\/button.png", "default_title": "Find MPs!" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |