FreshRSS Checker

Shows unread count for FreshRSS

Wat is FreshRSS Checker?

FreshRSS Checker is een Chrome-extensie ontwikkeld door Brawl, en de belangrijkste functie is "Shows unread count for FreshRSS".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie FreshRSS Checker

Download FreshRSS Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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+.                    

Basisinformatie over de Extensie

Naam FreshRSS Checker FreshRSS Checker
ID fkckemcdpfnblnkndachclpjfmlhofeg
Officiële URL https://chromewebstore.google.com/detail/freshrss-checker/fkckemcdpfnblnkndachclpjfmlhofeg
Beschrijving Shows unread count for FreshRSS
Bestandsgrootte 29.33 KB
Aantal Installaties 322
Huidige Versie 3.0.1
Laatst Bijgewerkt 2022-03-30
Publicatiedatum 2021-02-28
Beoordeling 4.60/5 Totaal 5 Beoordelingen
Ontwikkelaar Brawl
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Brawl345/FreshRSS-Checker
Help Pagina-URL https://github.com/Brawl345/FreshRSS-Checker/issues
Ondersteunde Talen 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:\/\/*\/*"
    ]
}