No
This is a No button for the web. Unhappy with a site? Just say no.
Noとは何ですか?
NoはEmlyn O'Reganによって開発されたChromeの拡張機能で、その主な機能は「This is a No button for the web. Unhappy with a site? Just say no.」です。
拡張機能のスクリーンショット
No拡張機能のCRXファイルをダウンロード
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", "*:\/\/*\/" ] } |