Rare Drop Extension
The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service.
Rare Drop Extension क्या है?
Rare Drop Extension https://multi.raredrop.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rare Drop Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
X Logger integration allows you to pull up a users log history directly inside Mixer on the users info sheet. All you need is this extension! X Logger helps you audit Mixer users across channels you own, moderate or just watch to get a fuller understanding of their global behaviour as a user.
एक्सटेंशन की मूल जानकारी
नाम | Rare Drop Extension |
ID | minmanafaiaflcodopahojennblejpnc |
आधिकारिक URL | https://chromewebstore.google.com/detail/rare-drop-extension/minmanafaiaflcodopahojennblejpnc |
विवरण | The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service. |
फ़ाइल का आकार | 161 KB |
स्थापना संख्या | 154 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2019-11-14 |
प्रकाशन तिथि | 2019-11-13 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://multi.raredrop.co |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rare Drop Extension", "description": "The Rare Drop extension gives you quick access to Rare Drop services and has direct integration with Mixer and our X Logger service.", "version": "1.5", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mixer.com\/*" ], "js": [ "js\/scripts.js" ] } ], "permissions": [ "https:\/\/mixer.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/kit.fontawesome.com; object-src 'self'" } |