Newsblur Notifier Plus

Shows the unread count from your NewsBlur account

What is Newsblur Notifier Plus?

Newsblur Notifier Plus is a Chrome extension developed by shrodes, and its main feature is "Shows the unread count from your NewsBlur account".

Extension Screenshots

screenshot

Download Newsblur Notifier Plus Extension CRX File

Download Newsblur Notifier Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Newsblur Notifier Plus Newsblur Notifier Plus
ID nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
Official URL https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
Description Shows the unread count from your NewsBlur account
File Size 38.94 KB
Installation Count 136
Current Version 1.0.6
Last Updated 2021-07-22
Publish Date 2018-12-22
Developer shrodes
Email [email protected]
Payment Type free
Extension Website https://gitlab.com/JoshSchreuder/newsblur-notifier-plus
Supported Languages 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"
    ]
}