No

This is a No button for the web. Unhappy with a site? Just say no.

No là gì?

No là một tiện ích mở rộng Chrome được phát triển bởi Emlyn O'Regan, và tính năng chính của nó là "This is a No button for the web. Unhappy with a site? Just say no.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng No

Tải xuống các tệp mở rộng No dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên No No
ID jmfapkolpjppffoknmidjmfdlnkicmkh
URL Chính Thức https://chrome.google.com/webstore/detail/no/jmfapkolpjppffoknmidjmfdlnkicmkh
Mô tả This is a No button for the web. Unhappy with a site? Just say no.
Kích Thước Tệp 45.99 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-08-08
Ngày Phát Hành 2015-08-08
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Emlyn O'Regan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        "*:\/\/*\/"
    ]
}