SiteBlock

Block unwanted sites to save time and improve focus and productivity.

Apa itu SiteBlock?

SiteBlock adalah ekstensi Chrome yang dikembangkan oleh https://salikkhan.com, dan fitur utamanya adalah "Block unwanted sites to save time and improve focus and productivity.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SiteBlock

Unduh file ekstensi SiteBlock 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

                        SiteBlock - Block Unwanted Websites

Take control of your browsing experience with SiteBlock, a powerful and easy-to-use Chrome extension. Safeguard your productivity and well-being by preventing access to distracting or harmful websites. With Website Blocker, you can effortlessly create your personalized list of blocked websites and enjoy a more focused online environment.

Key Features:

Customized Blocking: Create a list of websites you want to block, one per line, right from the extension's options page.
Enhanced Productivity: Say goodbye to time-wasting sites that hinder your focus and efficiency.
Redirect Functionality: When attempting to visit a blocked website, you'll be redirected to a "Blocked" page, reminding you of your priorities.
Intuitive Options: Easily manage your blocked websites list and settings through the extension's user-friendly options page.
Whether you're a student, professional, or simply looking to stay on track, Website Blocker empowers you to make informed choices about your online activities. Regain control over your browsing habits and unlock your true potential with Website Blocker.

Install SiteBlock today and experience the benefits of a distraction-free digital world.                    

Informasi Dasar Ekstensi

Nama SiteBlock SiteBlock
ID ghjkimampnaopgkijfpdmjljnolonadk
URL Resmi https://chromewebstore.google.com/detail/siteblock/ghjkimampnaopgkijfpdmjljnolonadk
Deskripsi Block unwanted sites to save time and improve focus and productivity.
Ukuran File 34.42 KB
Jumlah Instalasi 72
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-08-16
Tanggal Publikasi 2023-08-14
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://salikkhan.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://siteblock.salikkhan.com
URL Halaman Bantuan https://salikkhan.com
URL Halaman Kebijakan Privasi https://salikkhan.com/SiteBlock/privacy
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SiteBlock",
    "version": "1.0.0",
    "description": "Block unwanted sites to save time and improve focus and productivity.",
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "html\/options.html"
    }
}