Reddit Watcher

Watches subreddits for new posts, and notifies you when a new post is created.

ما هو Reddit Watcher؟

Reddit Watcher هو إضافة Chrome تم تطويرها بواسطة Gustavo Abranches، والميزة الرئيسية لها هي "Watches subreddits for new posts, and notifies you when a new post is created.".

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

screenshot

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

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

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

                        Reddit Watcher is a simple extension that helps you stay on top of the "new", "rising" or "front page" sections of your favorite subreddits. You will receive a Chrome notification when a new post is found on the subreddits that you wish to track.                    

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

الاسم Reddit Watcher Reddit Watcher
ID mgfkhjmcieifaolpepfbgekgapaacdek
عنوان URL الرسمي https://chromewebstore.google.com/detail/reddit-watcher/mgfkhjmcieifaolpepfbgekgapaacdek
الوصف Watches subreddits for new posts, and notifies you when a new post is created.
حجم الملف 315 KB
عدد التثبيتات 26
النسخة الحالية 1.13.1
آخر تحديث 2016-03-30
تاريخ النشر 2016-03-29
تقييم 4.00/5 مجموع تقييمات 5
المطور Gustavo Abranches
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Watcher",
    "description": "Watches subreddits for new posts, and notifies you when a new post is created.",
    "version": "1.13.1",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/reddit.com\/*",
        "https:\/\/reddit.com\/*",
        "alarms",
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "80": "images\/icon80.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-1.12.0.min.js",
            "lib\/notify.js",
            "background.js"
        ]
    }
}