Racism Simulator
Converts 'white' to 'black' for maximum outrage.
Racism Simulator क्या है?
Racism Simulator RiceMerchant द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts 'white' to 'black' for maximum outrage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Racism Simulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ever see articles bashing certain groups and thought to yourself how totally not okay it would be if the groups were replaced with another group? This extension swaps the groups being written about on HuffingtonPost, Salon, Buzzfeed, Jezebel, and Gawker to show how much racism, sexism, and outright nastiness they get away with because they chose to target an "oppressor" group. ...and more!
एक्सटेंशन की मूल जानकारी
नाम | Racism Simulator |
ID | dmjhkebiknajjcgfjcfaefladmonilah |
आधिकारिक URL | https://chromewebstore.google.com/detail/racism-simulator/dmjhkebiknajjcgfjcfaefladmonilah |
विवरण | Converts 'white' to 'black' for maximum outrage. |
फ़ाइल का आकार | 23.04 KB |
स्थापना संख्या | 2,031 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2017-04-15 |
प्रकाशन तिथि | 2017-04-14 |
रेटिंग | 4.86/5 कुल 235 रेटिंग्स |
डेवलपर | RiceMerchant |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Racism Simulator", "version": "1.3", "manifest_version": 2, "description": "Converts 'white' to 'black' for maximum outrage.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.huffingtonpost.com\/*", "https:\/\/*.huffingtonpost.com\/*", "http:\/\/*.huffingtonpost.co.uk\/*", "https:\/\/*.huffingtonpost.co.uk\/*", "http:\/\/*.huffingtonpost.com.au\/*", "https:\/\/*.huffingtonpost.com.au\/*", "http:\/\/*.huffingtonpost.ca\/*", "https:\/\/*.huffingtonpost.ca\/*", "http:\/\/*.huffingtonpost.co.za\/*", "https:\/\/*.huffingtonpost.co.za\/*", "http:\/\/*.salon.com\/*", "https:\/\/*.salon.com\/*", "http:\/\/*.buzzfeed.com\/*", "https:\/\/*.buzzfeed.com\/*", "http:\/\/*.jezebel.com\/*", "https:\/\/*.jezebel.com\/*", "http:\/\/*.gawker.com\/*", "https:\/\/*.gawker.com\/*", "http:\/\/*.vice.com\/*", "https:\/\/*.vice.com\/*", "http:\/\/*.slate.com\/*", "https:\/\/*.slate.com\/*", "http:\/\/*.thinkprogress.org\/*", "https:\/\/*.thinkprogress.org\/*", "http:\/\/*.motherjones.com\/*", "https:\/\/*.motherjones.com\/*", "http:\/\/*.everydayfeminism.com\/*", "https:\/\/*.everydayfeminism.com\/*", "http:\/\/*.fusion.net\/*", "https:\/\/*.fusion.net\/*", "http:\/\/*.upworthy.com\/*", "https:\/\/*.upworthy.com\/*", "http:\/\/*.vox.com\/*", "https:\/\/*.vox.com\/*", "http:\/\/*.uproxx.com\/*", "https:\/\/*.uproxx.com\/*" ], "js": [ "util.js", "main.js" ], "run_at": "document_end", "all_frames": true } ] } |