Trump2Poop
Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.
Trump2Poop क्या है?
Trump2Poop Steve M. Romain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trump2Poop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Wipe out images of Donald Trump and replace them with a friendlier looking turd. Often has unintended results. Doesn't work for every site, yet. Also, slideshows are kind of wonky. But I built this in an hour, it'll get better. Or stinkier. Whatever, man. Uninstall it from the Extensions menu, chrome://extensions, if you want to be confronted by Trump some more. Also, this is a goof. Please don't get mad or weird about it. K, thanx.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kdkbjajjmloepgdifkhfcnjibpheholg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/trump2poop/kdkbjajjmloepgdifkhfcnjibpheholg |
विवरण | Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet. |
फ़ाइल का आकार | 102 KB |
स्थापना संख्या | 90 |
वर्तमान संस्करण | 0.0.1.1 |
अंतिम अपडेट | 2015-08-10 |
प्रकाशन तिथि | 2015-08-10 |
रेटिंग | 4.82/5 कुल 11 रेटिंग्स |
डेवलपर | Steve M. Romain |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trump2Poop", "version": "0.0.1.1", "manifest_version": 2, "description": "Wipe out images of Donald Trump and replace them with a friendlier looking turd. Doesn't work for every site just yet.", "icons": { "16": "images\/poop2.16.png", "48": "images\/poop2.48.png", "128": "images\/poop2.128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/poop1.jpg", "images\/poop2.jpg" ] } |