Members Interests

Promoting transparency in democracy.

Co je Members Interests?

Members Interests je rozšíření Chrome vyvinuté https://www.membersinterests.org.uk, a jeho hlavní funkcí je „Promoting transparency in democracy.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Members Interests

Stáhněte si soubory rozšíření Members Interests ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Members Interests Members Interests
ID ipomhipkcjebjniginhahgpkkdfeppme
Oficiální URL https://chromewebstore.google.com/detail/members-interests/ipomhipkcjebjniginhahgpkkdfeppme
Popis Promoting transparency in democracy.
Velikost souboru 70.47 KB
Počet instalací 111
Aktuální Verze 1.0.6
Poslední Aktualizace 2014-12-28
Datum Vydání 2014-12-28
Hodnocení 1.50/5 Celkem 2 Hodnocení
Vývojář https://www.membersinterests.org.uk
Typ Platby free
Webové stránky Rozšíření http://www.membersinterests.org.uk/
Podporované Jazyky 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"
    ]
}