sodaG
Returns sodaG (and friends) to Twitch chat.
sodaG क्या है?
sodaG https://www.thedeadpixelsociety.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Returns sodaG (and friends) to Twitch chat."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में sodaG एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Modifies the Twitch chat pane to make the removed sodaG (and friends) emoticons available again for users of the extension.
एक्सटेंशन की मूल जानकारी
नाम | sodaG |
ID | bpaipbaiemikfhkocfcfaclnleninehe |
आधिकारिक URL | https://chromewebstore.google.com/detail/sodag/bpaipbaiemikfhkocfcfaclnleninehe |
विवरण | Returns sodaG (and friends) to Twitch chat. |
फ़ाइल का आकार | 45.59 KB |
स्थापना संख्या | 1,162 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2016-03-12 |
प्रकाशन तिथि | 2016-03-11 |
रेटिंग | 4.50/5 कुल 8 रेटिंग्स |
डेवलपर | https://www.thedeadpixelsociety.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "sodaG", "version": "1.0.3", "description": "Returns sodaG (and friends) to Twitch chat.", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "32": "sodaG_32.png", "64": "sodaG_64.png", "128": "sodaG_128.png" } } |