standaard plus reader

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

Co to jest standaard plus reader?

standaard plus reader to rozszerzenie Chrome opracowane przez Rob, a jego główną funkcją jest „Tool die je toelaat om betalende artikels van de standaard te lezen die gedeeld zijn op facebook zonder abonnement.”.

Pobierz plik CRX rozszerzenia standaard plus reader

Pobierz pliki rozszerzeń standaard plus reader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa standaard plus reader standaard plus reader
ID bpnmhjjbecbifccngjidhfogidommncd
Oficjalny URL https://chromewebstore.google.com/detail/standaard-plus-reader/bpnmhjjbecbifccngjidhfogidommncd
Opis Tool die je toelaat om betalende artikels van de standaard te lezen die gedeeld zijn op facebook zonder abonnement.
Rozmiar pliku 152 KB
Liczba instalacji 17
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2017-02-13
Data Publikacji 2017-02-13
Deweloper Rob
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}