No
This is a No button for the web. Unhappy with a site? Just say no.
Что такое No?
No - это расширение Chrome, разработанное Emlyn O'Regan, и его основная функция - "This is a No button for the web. Unhappy with a site? Just say no.".
Снимки экрана расширения
Скачать файл CRX расширения No
Скачайте файлы расширений No в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | jmfapkolpjppffoknmidjmfdlnkicmkh |
Официальный URL | https://chrome.google.com/webstore/detail/no/jmfapkolpjppffoknmidjmfdlnkicmkh |
Описание | This is a No button for the web. Unhappy with a site? Just say no. |
Размер файла | 45.99 KB |
Количество установок | 132 |
Текущая Версия | 1.2 |
Последнее Обновление | 2015-08-08 |
Дата публикации | 2015-08-08 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | Emlyn O'Regan |
Тип оплаты | free |
Поддерживаемые языки | 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", "*:\/\/*\/" ] } |