standaard plus reader

Tool die je toelaat om betalende artikels van de standaard te lezen die gedeeld zijn op facebook zonder abonnement.

Cos'è standaard plus reader?

standaard plus reader è un'estensione di Chrome sviluppata da Rob, e la sua funzione principale è "Tool die je toelaat om betalende artikels van de standaard te lezen die gedeeld zijn op facebook zonder abonnement.".

Scarica il file CRX dell'estensione standaard plus reader

Scarica i file di estensione standaard plus reader 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

                        Deze extensie laat u toe om gedeelde standaard+ artikels te lezen. Belangrijk om weten is dat het hier enkel gaat om gedeelde artikels op sociale media. Als u op de site naar een standaard+ artikel navigeert zal deze extensie geen hulp bieden.                    

Informazioni di Base sull'Estensione

Nome standaard plus reader standaard plus reader
ID bpnmhjjbecbifccngjidhfogidommncd
URL Ufficiale https://chromewebstore.google.com/detail/standaard-plus-reader/bpnmhjjbecbifccngjidhfogidommncd
Descrizione Tool die je toelaat om betalende artikels van de standaard te lezen die gedeeld zijn op facebook zonder abonnement.
Dimensione del File 152 KB
Conteggio Installazioni 17
Versione Corrente 0.2
Ultimo Aggiornamento 2017-02-13
Data di Pubblicazione 2017-02-13
Sviluppatore Rob
Tipo di Pagamento free
Lingue Supportate nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "standaard plus reader",
    "version": "0.2",
    "description": "Tool die je toelaat om betalende artikels van de standaard te lezen die gedeeld zijn op facebook zonder abonnement.",
    "manifest_version": 2,
    "icons": {
        "64": "images\/faviconPlus.ico"
    },
    "browser_action": {
        "default_icon": "images\/faviconPlus.ico"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.standaard.be\/*"
            ],
            "css": [
                "mystyles.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.google-analytics.com\/"
    ]
}