Hot take to What's up
Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.
Hot take to What's up क्या है?
Hot take to What's up Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hot take to What's up एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | achhodbdjjjajcfflmemhgoaeelodmei |
आधिकारिक URL | https://chromewebstore.google.com/detail/hot-take-to-whats-up/achhodbdjjjajcfflmemhgoaeelodmei |
विवरण | Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon. |
फ़ाइल का आकार | 5.5 KB |
स्थापना संख्या | 134 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2016-03-21 |
प्रकाशन तिथि | 2016-03-21 |
रेटिंग | 4.86/5 कुल 7 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hot take to What's up", "version": "0.1", "description": "Replaces \"hot take\" in tweets with \"What's up you discourse-loving fucks\" or variations thereon.", "permissions": [ "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "overrides.js" ] } ] } |