DGG Injector
NOTE: must be reactivated each time and old twitch chat will fail to load until you refresh the page. PepeLaugh, my friends.
DGG Injector क्या है?
DGG Injector Aleksandar Stevcic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "NOTE: must be reactivated each time and old twitch chat will fail to load until you refresh the page. PepeLaugh, my friends."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DGG Injector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Just a very basic extension that will swap out twitch chat with d.gg chat in any channel you'd like. Is activated with the press of the button in the extensions bar. NOTE: must be reactivated each time you refresh the page. PepeLaugh, my friends. If anything is needed to be changed (as requested via copyright issues, etc), it can be gladly changed or completely taken down. I simply wrote this basic script for an added level of ease and reduced clutter.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dinhjiedidnaoglplfcmilcakpdabdpm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/dgg-injector/dinhjiedidnaoglplfcmilcakpdabdpm |
विवरण | NOTE: must be reactivated each time and old twitch chat will fail to load until you refresh the page. PepeLaugh, my friends. |
फ़ाइल का आकार | 46.61 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2019-11-07 |
प्रकाशन तिथि | 2019-11-07 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | Aleksandar Stevcic |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DGG Injector", "version": "0.1", "icons": { "128": "icon.png" }, "description": "NOTE: must be reactivated each time and old twitch chat will fail to load until you refresh the page. PepeLaugh, my friends.", "permissions": [ "https:\/\/twitch.tv\/*" ], "browser_action": { "default_icon": "icon.png", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "jquery-1.12.4.min.js", "main.js" ] } ], "background": { "scripts": [ "background.js" ] } } |