No Haters
Be notified if you're visiting the website of a company that opposes sexual equality.
No Haters क्या है?
No Haters amallah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be notified if you're visiting the website of a company that opposes sexual equality."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No Haters एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Fork of the NoSOPA chrome extension to do the same kind of banner for sites that are against LGBT rights.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
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" ] } |