FreshRSS Checker

Shows unread count for FreshRSS

Qu'est-ce que FreshRSS Checker ?

FreshRSS Checker est une extension Chrome développée par Brawl, et sa fonction principale est "Shows unread count for FreshRSS".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension FreshRSS Checker

Téléchargez les fichiers d'extension FreshRSS Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom FreshRSS Checker FreshRSS Checker
ID fkckemcdpfnblnkndachclpjfmlhofeg
URL Officiel https://chromewebstore.google.com/detail/freshrss-checker/fkckemcdpfnblnkndachclpjfmlhofeg
Description Shows unread count for FreshRSS
Taille du Fichier 29.33 KB
Nombre d'Installations 322
Version Actuelle 3.0.1
Dernière Mise à Jour 2022-03-30
Date de Publication 2021-02-28
Évaluation 4.60/5 Total 5 Évaluations
Développeur Brawl
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Brawl345/FreshRSS-Checker
URL de la Page d'Aide https://github.com/Brawl345/FreshRSS-Checker/issues
Langues Prises en Charge 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:\/\/*\/*"
    ]
}