No
This is a No button for the web. Unhappy with a site? Just say no.
What is No?
No is a Chrome extension developed by Emlyn O'Regan, and its main feature is "This is a No button for the web. Unhappy with a site? Just say no.".
Extension Screenshots
Download No Extension CRX File
Download No extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jmfapkolpjppffoknmidjmfdlnkicmkh |
Official URL | https://chrome.google.com/webstore/detail/no/jmfapkolpjppffoknmidjmfdlnkicmkh |
Description | This is a No button for the web. Unhappy with a site? Just say no. |
File Size | 45.99 KB |
Installation Count | 132 |
Current Version | 1.2 |
Last Updated | 2015-08-08 |
Publish Date | 2015-08-08 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Emlyn O'Regan |
Payment Type | free |
Supported Languages | 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", "*:\/\/*\/" ] } |