Block Reddit

Reminds you to get off Reddit.

Apa itu Block Reddit?

Block Reddit adalah ekstensi Chrome yang dikembangkan oleh CS, dan fitur utamanya adalah "Reminds you to get off Reddit.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Block Reddit

Unduh file ekstensi Block Reddit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Block Reddit Block Reddit
ID dghpifbabagfbmekemjgccimackjiljp
URL Resmi https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp
Deskripsi Reminds you to get off Reddit.
Ukuran File 51.68 KB
Jumlah Instalasi 988
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2014-12-18
Tanggal Publikasi 2014-12-18
Penilaian 2.80/5 Total 15 Penilaian
Pengembang CS
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}