Plug.dj Autopilot
a less-obvious auto-voting script for plug.dj
Plug.dj Autopilot क्या है?
Plug.dj Autopilot https://thompsn.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a less-obvious auto-voting script for plug.dj"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Plug.dj Autopilot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
An autopilot script based on a countdown timer. COMMANDS /autopilot /link
एक्सटेंशन की मूल जानकारी
नाम | Plug.dj Autopilot |
ID | kddankhibidfedpmhehdlcmhkpdijdbh |
आधिकारिक URL | https://chromewebstore.google.com/detail/plugdj-autopilot/kddankhibidfedpmhehdlcmhkpdijdbh |
विवरण | a less-obvious auto-voting script for plug.dj |
फ़ाइल का आकार | 100 KB |
स्थापना संख्या | 51 |
वर्तमान संस्करण | 0.0.0.7 |
अंतिम अपडेट | 2015-05-23 |
प्रकाशन तिथि | 2015-05-22 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://thompsn.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://thompsn.com/plugdj/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plug.dj Autopilot", "version": "0.0.0.7", "icons": { "16": "\/img\/icons\/icon_16.png", "48": "\/img\/icons\/icon_48.png", "128": "\/img\/icons\/icon_128.png" }, "description": "a less-obvious auto-voting script for plug.dj", "content_scripts": [ { "matches": [ "https:\/\/plug.dj\/*", "https:\/\/www.plug.dj\/*" ], "exclude_matches": [ "https:\/\/plug.dj\/about", "https:\/\/plug.dj\/terms", "https:\/\/plug.dj\/privacy", "https:\/\/plug.dj\/@\/*", "https:\/\/plug.dj\/logout" ], "js": [ "\/js\/external\/jquery.js", "\/js\/content_script.js" ] } ], "web_accessible_resources": [ "pluglr.js" ], "manifest_version": 2 } |