No Haters

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

Co to jest No Haters?

No Haters to rozszerzenie Chrome opracowane przez amallah, a jego główną funkcją jest „Be notified if you're visiting the website of a company that opposes sexual equality.”.

Pobierz plik CRX rozszerzenia No Haters

Pobierz pliki rozszerzeń No Haters w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa No Haters No Haters
ID hemgefjejgbbnejnlmlcpipbdbkbhmgo
Oficjalny URL https://chrome.google.com/webstore/detail/no-haters/hemgefjejgbbnejnlmlcpipbdbkbhmgo
Opis Be notified if you're visiting the website of a company that opposes sexual equality.
Rozmiar pliku 21.78 KB
Liczba instalacji 86
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2013-09-27
Data Publikacji 2013-09-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper amallah
Typ Płatności free
Obsługiwane Języki 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"
    ]
}