No Haters

Be notified if you're visiting the website of a company that opposes sexual equality.

No Haters là gì?

No Haters là một tiện ích mở rộng Chrome được phát triển bởi amallah, và tính năng chính của nó là "Be notified if you're visiting the website of a company that opposes sexual equality.".

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

Tải xuống các tệp mở rộng No Haters 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

                        Fork of the NoSOPA chrome extension to do the same kind of banner for sites that are against LGBT rights.                    

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

Tên No Haters No Haters
ID hemgefjejgbbnejnlmlcpipbdbkbhmgo
URL Chính Thức https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo
Mô tả Be notified if you're visiting the website of a company that opposes sexual equality.
Kích Thước Tệp 21.78 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-09-27
Ngày Phát Hành 2013-09-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển amallah
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No Haters",
    "version": "0.1",
    "description": "Be notified if you're visiting the website of a company that opposes sexual equality.",
    "background": {
        "page": "bg.html"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Known Opponent to Sexual Equality! Click to toggle this popup."
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ]
}