No

This is a No button for the web. Unhappy with a site? Just say no.

Wat is No?

No is een Chrome-extensie ontwikkeld door Emlyn O'Regan, en de belangrijkste functie is "This is a No button for the web. Unhappy with a site? Just say no.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie No

Download No-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

                        Is a website annoying you with popups, redirects, animated banners, videos? Tell them NO with this app.

NO sends them a message in their site logs expressing your displeasure, then closes the tab.

Read more here: https://medium.com/@emlynoregan/a-no-button-for-the-web-60a8b4e78bd2

Update: Now it doesn't just close the tab, it'll back up through your history until you leave the site.                    

Basisinformatie over de Extensie

Naam No No
ID jmfapkolpjppffoknmidjmfdlnkicmkh
Officiële URL https://chrome.google.com/webstore/detail/no/jmfapkolpjppffoknmidjmfdlnkicmkh
Beschrijving This is a No button for the web. Unhappy with a site? Just say no.
Bestandsgrootte 45.99 KB
Aantal Installaties 132
Huidige Versie 1.2
Laatst Bijgewerkt 2015-08-08
Publicatiedatum 2015-08-08
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Emlyn O'Regan
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No",
    "description": "This is a No button for the web. Unhappy with a site? Just say no.",
    "version": "1.2",
    "author": "Emlyn O'Regan",
    "icons": {
        "16": "noicon16.png",
        "48": "noicon48.png",
        "128": "noicon128.png"
    },
    "browser_action": {
        "default_icon": "noicon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*\/"
    ]
}