Hacker News Watcher

Keep track of your favorite subjects on Hacker News.

ما هو Hacker News Watcher؟

Hacker News Watcher هو إضافة Chrome تم تطويرها بواسطة Gerardes، والميزة الرئيسية لها هي "Keep track of your favorite subjects on Hacker News.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Hacker News Watcher

قم بتنزيل ملفات الامتداد Hacker News Watcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With this simple extension you have the possibility to keep an eye on topics that you find intriguing. Without having to check the site constantly by yourself.

Simply put in a few words or user names that you find interesting and the extension will notify you if anything is posted about your interest.

And you can also pin some favorite stories.                    

معلومات أساسية عن التمديد

الاسم Hacker News Watcher Hacker News Watcher
ID ojkdgdapoebjekbklfpfjlccifecjeoo
عنوان URL الرسمي https://chromewebstore.google.com/detail/hacker-news-watcher/ojkdgdapoebjekbklfpfjlccifecjeoo
الوصف Keep track of your favorite subjects on Hacker News.
حجم الملف 414 KB
عدد التثبيتات 63
النسخة الحالية 0.80.0
آخر تحديث 2019-11-11
تاريخ النشر 2019-11-11
تقييم 5.00/5 مجموع تقييمات 1
المطور Gerardes
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "48.0"
        }
    },
    "name": "Hacker News Watcher",
    "version": "0.80.0",
    "description": "Keep track of your favorite subjects on Hacker News.",
    "icons": {
        "128": "img\/icon_rnd.png"
    },
    "background": {
        "scripts": [
            "vendor\/gDelay.js",
            "basehelpers\/StoriesHelper.js",
            "basehelpers\/StorageHelper.js",
            "basehelpers\/SettingsHelper.js",
            "basehelpers\/FetchHelper.js",
            "basehelpers\/BadgeHelper.js",
            "basehelpers\/PreMatchedListHelper.js",
            "modules\/favo\/FavoHelper.js",
            "modules\/matched\/MatchedHelper.js",
            "modules\/new\/NewHelper.js",
            "modules\/top\/TopHelper.js",
            "modules\/watchers\/WatchersHelper.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_rnd.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/hacker-news.firebaseio.com\/"
    ]
}