Block Reddit

Reminds you to get off Reddit.

ما هو Block Reddit؟

Block Reddit هو إضافة Chrome تم تطويرها بواسطة CS، والميزة الرئيسية لها هي "Reminds you to get off Reddit.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Block Reddit is a Chrome extension that encourages you to accomplish your goals. When you visit Reddit, you will be prompted by a goal or task you have added. You now have to make a concious decision whether you want to Reddit or not. You can also select how frequently you would wish to be reminded.

You can also click the Pear icon on the options page to lock Reddit for the remainder of the day.                    

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

الاسم Block Reddit Block Reddit
ID dghpifbabagfbmekemjgccimackjiljp
عنوان URL الرسمي https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp
الوصف Reminds you to get off Reddit.
حجم الملف 51.68 KB
عدد التثبيتات 988
النسخة الحالية 1.0.3
آخر تحديث 2014-12-18
تاريخ النشر 2014-12-18
تقييم 2.80/5 مجموع تقييمات 15
المطور CS
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block Reddit",
    "version": "1.0.3",
    "description": "Reminds you to get off Reddit.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "icons": {
        "16": "pear.png",
        "48": "pear.png",
        "128": "pear.png"
    },
    "page_action": {
        "default_icon": {
            "19": "pear.png",
            "38": "pear.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "*:\/\/*.reddit.com\/*",
        "storage"
    ]
}