No Thank You, Website!

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

Hvad er No Thank You, Website!?

No Thank You, Website! er en Chrome-udvidelse udviklet af swrittenb, og dens hovedfunktion er "No Thank You, Website!, an open-source Chrome productivity extension to block website access".

Download No Thank You, Website!-udvidelses-CRX-fil

Download No Thank You, Website!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn No Thank You, Website! No Thank You, Website!
ID lfableeiebdjblgjnphnmfnhdfaefokc
Officiel URL https://chrome.google.com/webstore/detail/no-thank-you-website/lfableeiebdjblgjnphnmfnhdfaefokc
Beskrivelse No Thank You, Website!, an open-source Chrome productivity extension to block website access
Filstørrelse 6.61 KB
Antal Installationer 26
Nuværende Version 1.0
Senest Opdateret 2016-12-08
Udgivelsesdato 2016-12-08
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler swrittenb
Betalingsmetode free
Understøttede Sprog 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",
        "*:\/\/*\/*"
    ]
}