No
This is a No button for the web. Unhappy with a site? Just say no.
Hvad er No?
No er en Chrome-udvidelse udviklet af Emlyn O'Regan, og dens hovedfunktion er "This is a No button for the web. Unhappy with a site? Just say no.".
Udvidelsesskærmbilleder
Download No-udvidelses-CRX-fil
Download No-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jmfapkolpjppffoknmidjmfdlnkicmkh |
Officiel URL | https://chrome.google.com/webstore/detail/no/jmfapkolpjppffoknmidjmfdlnkicmkh |
Beskrivelse | This is a No button for the web. Unhappy with a site? Just say no. |
Filstørrelse | 45.99 KB |
Antal Installationer | 132 |
Nuværende Version | 1.2 |
Senest Opdateret | 2015-08-08 |
Udgivelsesdato | 2015-08-08 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Emlyn O'Regan |
Betalingsmetode | free |
Understøttede Sprog | 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", "*:\/\/*\/" ] } |