No Haters

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

ما هو No Haters؟

No Haters هو إضافة Chrome تم تطويرها بواسطة amallah، والميزة الرئيسية لها هي "Be notified if you're visiting the website of a company that opposes sexual equality.".

تحميل ملف CRX للإضافة No Haters

قم بتنزيل ملفات الامتداد No Haters بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}