No Haters

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

No Hatersとは何ですか?

No Hatersはamallahによって開発されたChromeの拡張機能で、その主な機能は「Be notified if you're visiting the website of a company that opposes sexual equality.」です。

No Haters拡張機能のCRXファイルをダウンロード

No Haters拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 No Haters No Haters
ID hemgefjejgbbnejnlmlcpipbdbkbhmgo
公式URL https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo
説明 Be notified if you're visiting the website of a company that opposes sexual equality.
ファイルサイズ 21.78 KB
インストール数 86
現在のバージョン 0.1
最終更新日 2013-09-27
公開日 2013-09-27
評価 5.00/5 合計 1 レビュー
開発者 amallah
支払い方法 free
対応言語 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"
    ]
}