No Haters

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

Vad är No Haters?

No Haters är en Chrome-tillägg utvecklad av amallah, och dess huvudfunktion är "Be notified if you're visiting the website of a company that opposes sexual equality.".

Ladda ner No Haters-förlängningens CRX-fil

Ladda ner No Haters-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn No Haters No Haters
ID hemgefjejgbbnejnlmlcpipbdbkbhmgo
Officiell webbadress https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo
Beskrivning Be notified if you're visiting the website of a company that opposes sexual equality.
Filstorlek 21.78 KB
Antal Installationer 86
Aktuell Version 0.1
Senast Uppdaterad 2013-09-27
Publiceringsdatum 2013-09-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare amallah
Betalningssätt free
Stödda Språk 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"
    ]
}