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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 No No
ID jmfapkolpjppffoknmidjmfdlnkicmkh
官方網址 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",
        "*:\/\/*\/"
    ]
}