SiteBlock

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

Vad är SiteBlock?

SiteBlock är en Chrome-tillägg utvecklad av https://salikkhan.com, och dess huvudfunktion är "Block unwanted sites to save time and improve focus and productivity.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner SiteBlock-förlängningens CRX-fil

Ladda ner SiteBlock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn SiteBlock SiteBlock
ID ghjkimampnaopgkijfpdmjljnolonadk
Officiell webbadress https://chromewebstore.google.com/detail/siteblock/ghjkimampnaopgkijfpdmjljnolonadk
Beskrivning Block unwanted sites to save time and improve focus and productivity.
Filstorlek 34.42 KB
Antal Installationer 72
Aktuell Version 1.0.0
Senast Uppdaterad 2023-08-16
Publiceringsdatum 2023-08-14
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://salikkhan.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://siteblock.salikkhan.com
Hjälpsida URL https://salikkhan.com
URL till Sekretesspolicy Sidan https://salikkhan.com/SiteBlock/privacy
Stödda Språk 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"
    }
}