No Thank You, Website!

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

Wat is No Thank You, Website!?

No Thank You, Website! is een Chrome-extensie ontwikkeld door swrittenb, en de belangrijkste functie is "No Thank You, Website!, an open-source Chrome productivity extension to block website access".

Download het CRX-bestand van de extensie No Thank You, Website!

Download No Thank You, Website!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam No Thank You, Website! No Thank You, Website!
ID lfableeiebdjblgjnphnmfnhdfaefokc
Officiële URL https://chrome.google.com/webstore/detail/no-thank-you-website/lfableeiebdjblgjnphnmfnhdfaefokc
Beschrijving No Thank You, Website!, an open-source Chrome productivity extension to block website access
Bestandsgrootte 6.61 KB
Aantal Installaties 26
Huidige Versie 1.0
Laatst Bijgewerkt 2016-12-08
Publicatiedatum 2016-12-08
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar swrittenb
Betalingswijze free
Ondersteunde Talen 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",
        "*:\/\/*\/*"
    ]
}