PawBlock

Block websites to prevent procrastination and excessive web surfing.

Apa itu PawBlock?

PawBlock adalah ekstensi Chrome yang dikembangkan oleh https://dannyguo.com, dan fitur utamanya adalah "Block websites to prevent procrastination and excessive web surfing.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PawBlock

Unduh file ekstensi PawBlock 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 distracting sites with PawBlock when you need to get something done first.

Configure a blacklist of websites, and when you try to visit one, PawBlock will stop you and encourage you to get back to what you were doing.                    

Informasi Dasar Ekstensi

Nama PawBlock PawBlock
ID jngmmiaolbliepfphdnelgfcclpnkoja
URL Resmi https://chromewebstore.google.com/detail/pawblock/jngmmiaolbliepfphdnelgfcclpnkoja
Deskripsi Block websites to prevent procrastination and excessive web surfing.
Ukuran File 948 KB
Jumlah Instalasi 1,201
Versi Saat Ini 0.5.1
Terakhir Diperbarui 2022-12-26
Tanggal Publikasi 2018-05-28
Penilaian 4.71/5 Total 7 Penilaian
Pengembang https://dannyguo.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://pawblock.dannyguo.com
URL Halaman Bantuan https://github.com/dguo/pawblock/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PawBlock",
    "version": "0.5.1",
    "description": "Block websites to prevent procrastination and excessive web surfing.",
    "applications": {
        "gecko": {
            "id": "@pawblock"
        }
    },
    "icons": {
        "16": "images\/icon-16-on.png",
        "32": "images\/icon-32-on.png",
        "48": "images\/icon-48-on.png",
        "128": "images\/icon-128-on.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16-on.png",
            "32": "images\/icon-32-on.png",
            "48": "images\/icon-48-on.png",
            "128": "images\/icon-128-on.png"
        },
        "default_title": "PawBlock",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "browser_style": false,
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "downloads",
        "storage",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "block.html"
    ]
}