No Thank You, Website!

No Thank You, Website!, an open-source Chrome productivity extension to block website access

What is No Thank You, Website!?

No Thank You, Website! is a Chrome extension developed by swrittenb, and its main feature is "No Thank You, Website!, an open-source Chrome productivity extension to block website access".

Download No Thank You, Website! Extension CRX File

Download No Thank You, Website! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple and straightforward way to block websites you don't want to visit. Tired of visiting the same news site over and over? Too much social media? Just say No Thank You, Website!                    

Extension Basic Information

Name No Thank You, Website! No Thank You, Website!
ID lfableeiebdjblgjnphnmfnhdfaefokc
Official URL https://chrome.google.com/webstore/detail/no-thank-you-website/lfableeiebdjblgjnphnmfnhdfaefokc
Description No Thank You, Website!, an open-source Chrome productivity extension to block website access
File Size 6.61 KB
Installation Count 26
Current Version 1.0
Last Updated 2016-12-08
Publish Date 2016-12-08
Rating 5.00/5 Total 2 Ratings
Developer swrittenb
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Thank You, Website!",
    "description": "No Thank You, Website!, an open-source Chrome productivity extension to block website access",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "No Thank You, Website!"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "*:\/\/*\/*"
    ]
}