Your Drunk Uncle at Thanksgiving
Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.
Your Drunk Uncle at Thanksgiving क्या है?
Your Drunk Uncle at Thanksgiving tim.bornholdt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Your Drunk Uncle at Thanksgiving एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Quite simply, this extension will substitute "Donald Trump" (or "Donald J. Trump") with "your drunk uncle at Thanksgiving" on any webpage you visit.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gojllilppggaoimmobeddlhafeijfigh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/your-drunk-uncle-at-thank/gojllilppggaoimmobeddlhafeijfigh |
विवरण | Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea. |
फ़ाइल का आकार | 8.34 KB |
स्थापना संख्या | 395 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2015-10-29 |
प्रकाशन तिथि | 2015-10-29 |
रेटिंग | 4.60/5 कुल 50 रेटिंग्स |
डेवलपर | tim.bornholdt |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Your Drunk Uncle at Thanksgiving", "description": "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.", "version": "0.2", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png" } } |