Newsblur Notifier Plus

Shows the unread count from your NewsBlur account

Was ist Newsblur Notifier Plus?

Newsblur Notifier Plus ist eine Chrome-Erweiterung, die von shrodes entwickelt wurde, und ihr Hauptmerkmal ist "Shows the unread count from your NewsBlur account".

Erweiterungsscreenshots

screenshot

Newsblur Notifier Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Newsblur Notifier Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Based on the Newsblur Notifier extension by totaldeadbeat which is sadly no longer functioning in new versions of Chrome.                    

Grundlegende Informationen zur Erweiterung

Name Newsblur Notifier Plus Newsblur Notifier Plus
ID nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
Offizielle URL https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
Beschreibung Shows the unread count from your NewsBlur account
Dateigröße 38.94 KB
Installationsanzahl 136
Aktuelle Version 1.0.6
Letztes Update 2021-07-22
Veröffentlichungsdatum 2018-12-22
Entwickler shrodes
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://gitlab.com/JoshSchreuder/newsblur-notifier-plus
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.6",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "*:\/\/*.newsblur.com\/*",
        "alarms",
        "cookies",
        "storage"
    ]
}