Members Interests

Promoting transparency in democracy.

Cos'è Members Interests?

Members Interests è un'estensione di Chrome sviluppata da https://www.membersinterests.org.uk, e la sua funzione principale è "Promoting transparency in democracy.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Members Interests

Scarica i file di estensione Members Interests in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Members Interests Members Interests
ID ipomhipkcjebjniginhahgpkkdfeppme
URL Ufficiale https://chromewebstore.google.com/detail/members-interests/ipomhipkcjebjniginhahgpkkdfeppme
Descrizione Promoting transparency in democracy.
Dimensione del File 70.47 KB
Conteggio Installazioni 111
Versione Corrente 1.0.6
Ultimo Aggiornamento 2014-12-28
Data di Pubblicazione 2014-12-28
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore https://www.membersinterests.org.uk
Tipo di Pagamento free
Sito Web dell'Estensione http://www.membersinterests.org.uk/
Lingue Supportate 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"
    ]
}