No Haters

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

Hvad er No Haters?

No Haters er en Chrome-udvidelse udviklet af amallah, og dens hovedfunktion er "Be notified if you're visiting the website of a company that opposes sexual equality.".

Download No Haters-udvidelses-CRX-fil

Download No Haters-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn No Haters No Haters
ID hemgefjejgbbnejnlmlcpipbdbkbhmgo
Officiel URL https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo
Beskrivelse Be notified if you're visiting the website of a company that opposes sexual equality.
Filstørrelse 21.78 KB
Antal Installationer 86
Nuværende Version 0.1
Senest Opdateret 2013-09-27
Udgivelsesdato 2013-09-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler amallah
Betalingsmetode free
Understøttede Sprog 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"
    ]
}