FreshRSS Checker

Shows unread count for FreshRSS

What is FreshRSS Checker?

FreshRSS Checker is a Chrome extension developed by Brawl, and its main feature is "Shows unread count for FreshRSS".

Extension Screenshots

screenshot
screenshot

Download FreshRSS Checker Extension CRX File

Download FreshRSS Checker 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

                        FreshRSS Checker is a WebExtension that tracks unread items in a FreshRSS instance and shows a badge with the number of unread articles.

Requires Chrome 100+.                    

Extension Basic Information

Name FreshRSS Checker FreshRSS Checker
ID fkckemcdpfnblnkndachclpjfmlhofeg
Official URL https://chromewebstore.google.com/detail/freshrss-checker/fkckemcdpfnblnkndachclpjfmlhofeg
Description Shows unread count for FreshRSS
File Size 29.33 KB
Installation Count 322
Current Version 3.0.1
Last Updated 2022-03-30
Publish Date 2021-02-28
Rating 4.60/5 Total 5 Ratings
Developer Brawl
Email [email protected]
Payment Type free
Extension Website https://github.com/Brawl345/FreshRSS-Checker
Help Page URL https://github.com/Brawl345/FreshRSS-Checker/issues
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Andreas Bielawski",
    "version": "3.0.1",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "build\/service-worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}