FreshRSS Checker

Shows unread count for FreshRSS

FreshRSS Checker क्या है?

FreshRSS Checker Brawl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows unread count for FreshRSS"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FreshRSS Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम FreshRSS Checker FreshRSS Checker
ID fkckemcdpfnblnkndachclpjfmlhofeg
आधिकारिक URL https://chromewebstore.google.com/detail/freshrss-checker/fkckemcdpfnblnkndachclpjfmlhofeg
विवरण Shows unread count for FreshRSS
फ़ाइल का आकार 29.33 KB
स्थापना संख्या 322
वर्तमान संस्करण 3.0.1
अंतिम अपडेट 2022-03-30
प्रकाशन तिथि 2021-02-28
रेटिंग 4.60/5 कुल 5 रेटिंग्स
डेवलपर Brawl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Brawl345/FreshRSS-Checker
सहायता पृष्ठ URL https://github.com/Brawl345/FreshRSS-Checker/issues
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}