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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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