FreshRSS Checker

Shows unread count for FreshRSS

Cos'è FreshRSS Checker?

FreshRSS Checker è un'estensione di Chrome sviluppata da Brawl, e la sua funzione principale è "Shows unread count for FreshRSS".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione FreshRSS Checker

Scarica i file di estensione FreshRSS Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome FreshRSS Checker FreshRSS Checker
ID fkckemcdpfnblnkndachclpjfmlhofeg
URL Ufficiale https://chromewebstore.google.com/detail/freshrss-checker/fkckemcdpfnblnkndachclpjfmlhofeg
Descrizione Shows unread count for FreshRSS
Dimensione del File 29.33 KB
Conteggio Installazioni 322
Versione Corrente 3.0.1
Ultimo Aggiornamento 2022-03-30
Data di Pubblicazione 2021-02-28
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore Brawl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Brawl345/FreshRSS-Checker
URL della Pagina di Aiuto https://github.com/Brawl345/FreshRSS-Checker/issues
Lingue Supportate 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:\/\/*\/*"
    ]
}