Republicans: The Nazi Party
Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.
Republicans: The Nazi Party क्या है?
Republicans: The Nazi Party Lyin' Ted द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Republicans: The Nazi Party एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
"Excuse me, they didn't put themselves down as neo-Nazis, and you had some very bad people in that group. But you also had people that were very fine people on both sides. You had people in that group – excuse me, excuse me. I saw the same pictures as you did. You had people in that group that were there to protest the taking down, of to them, a very, very important statue and the renaming of a park from Robert E. Lee to another name." ... "Okay, what about the alt-left that came charging at us – excuse me – what about the alt-left that came charging at the, as you say, the alt right? Do they have any semblance of guilt?"
एक्सटेंशन की मूल जानकारी
नाम | |
ID | njdnedhccajgmoflgnoclcicnjidpaec |
आधिकारिक URL | https://chrome.google.com/webstore/detail/republicans-the-nazi-part/njdnedhccajgmoflgnoclcicnjidpaec |
विवरण | Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade. |
फ़ाइल का आकार | 24.48 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2017-08-16 |
प्रकाशन तिथि | 2017-08-16 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | Lyin' Ted |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Republicans: The Nazi Party", "description": "Replaces the text 'republicans' and 'conservatives' with 'Nazis'. Call a spade a spade.", "version": "2.0", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |