No Thank You, Website!

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

Vad är No Thank You, Website!?

No Thank You, Website! är en Chrome-tillägg utvecklad av swrittenb, och dess huvudfunktion är "No Thank You, Website!, an open-source Chrome productivity extension to block website access".

Ladda ner No Thank You, Website!-förlängningens CRX-fil

Ladda ner No Thank You, Website!-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

                        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äggande Information om Tillägg

Namn No Thank You, Website! No Thank You, Website!
ID lfableeiebdjblgjnphnmfnhdfaefokc
Officiell webbadress https://chrome.google.com/webstore/detail/no-thank-you-website/lfableeiebdjblgjnphnmfnhdfaefokc
Beskrivning No Thank You, Website!, an open-source Chrome productivity extension to block website access
Filstorlek 6.61 KB
Antal Installationer 26
Aktuell Version 1.0
Senast Uppdaterad 2016-12-08
Publiceringsdatum 2016-12-08
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare swrittenb
Betalningssätt free
Stödda Språk 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",
        "*:\/\/*\/*"
    ]
}