ctrl-alt-right-delete
Replace instances of 'Alt-Right' with something a little more accurate
ctrl-alt-right-delete क्या है?
ctrl-alt-right-delete ctrl+alt+right+delete द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace instances of 'Alt-Right' with something a little more accurate"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ctrl-alt-right-delete एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
** NEW ** Also replaces 'alternative facts' with 'outright lies', because you can never be too sure with our new administration. Much like the beloved cloud-to-butt extension, this will replace all instances of "Alt-Right" and "Alternative Right" with more accurate depictions of the group. In the options you can choose between a handful of defaults, such as 'neo-Nazis' (the default) or 'white nationalists'. Or you can go ahead and create your own custom phrase! Have fun with it! If you notice any performance issues (you shouldn't), you can disable the ability to work on dynamic pages (like Facebook, Twitter, or Google) in the settings.
एक्सटेंशन की मूल जानकारी
नाम | ctrl-alt-right-delete |
ID | anolahjfddfgnnciapiilnakaadhmnad |
आधिकारिक URL | https://chromewebstore.google.com/detail/ctrl-alt-right-delete/anolahjfddfgnnciapiilnakaadhmnad |
विवरण | Replace instances of 'Alt-Right' with something a little more accurate |
फ़ाइल का आकार | 19.06 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2017-01-22 |
प्रकाशन तिथि | 2017-01-22 |
डेवलपर | ctrl+alt+right+delete |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ctrl-alt-right-delete", "description": "Replace instances of 'Alt-Right' with something a little more accurate", "version": "1.2.0", "icons": { "16": "card-16.png", "48": "card-48.png", "128": "card-128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "defaults.js", "script.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |