No Haters

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

What is No Haters?

No Haters is a Chrome extension developed by amallah, and its main feature is "Be notified if you're visiting the website of a company that opposes sexual equality.".

Download No Haters Extension CRX File

Download No Haters extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name No Haters No Haters
ID hemgefjejgbbnejnlmlcpipbdbkbhmgo
Official URL https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo
Description Be notified if you're visiting the website of a company that opposes sexual equality.
File Size 21.78 KB
Installation Count 86
Current Version 0.1
Last Updated 2013-09-27
Publish Date 2013-09-27
Rating 5.00/5 Total 1 Ratings
Developer amallah
Payment Type free
Supported Languages 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"
    ]
}