website blocker

Block a site

Vad är website blocker?

website blocker är en Chrome-tillägg utvecklad av pioneer.extension.tech, och dess huvudfunktion är "Block a site".

Tilläggsskärmbilder

screenshot

Ladda ner website blocker-förlängningens CRX-fil

Ladda ner website blocker-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

                        Increase work efficiency by blocking websites. Block websites in multiple ways, permanently, by timeout, by words in url. As additional features user can password protect the extension app and change background of the blocked website.                    

Grundläggande Information om Tillägg

Namn website blocker website blocker
ID fpganiclclpclegkfhdmlfoibpjajddi
Officiell webbadress https://chromewebstore.google.com/detail/website-blocker/fpganiclclpclegkfhdmlfoibpjajddi
Beskrivning Block a site
Filstorlek 631 KB
Antal Installationer 123
Aktuell Version 1.0
Senast Uppdaterad 2021-01-05
Publiceringsdatum 2021-01-05
Utvecklare pioneer.extension.tech
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.privacypolicygenerator.info/live.php?token=fdpaSK74JaWtpwT63AiCAdYKu6x6IYnn
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "website blocker",
    "version": "1.0",
    "description": "Block a site",
    "permissions": [
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": [],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html",
        "default_title": "Background Changer"
    },
    "content_security_policy": "script-src 'self' 'sha256-XPXTT1UshpgwCgVqCHHlIsFwX\/ez74PNQIN24esAYZs='; object-src 'self'",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/jquery.min.js",
                "content\/content.js"
            ],
            "css": [
                "public\/style.css"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "public\/*"
    ]
}