NSBot
Farms NationStates cards for you.
NSBot क्या है?
NSBot Declan Moore द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Farms NationStates cards for you."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NSBot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will, when you visit the NationStates cards page, wait for the box to be available, and click the open button, open all your cards, and go back to the page and wait again.
एक्सटेंशन की मूल जानकारी
नाम | NSBot |
ID | kdhhjhomckbhhefcefobpjllajaomnop |
आधिकारिक URL | https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop |
विवरण | Farms NationStates cards for you. |
फ़ाइल का आकार | 4.28 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2018-04-06 |
प्रकाशन तिथि | 2018-04-06 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | Declan Moore |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NSBot", "version": "1.6", "manifest_version": 2, "description": "Farms NationStates cards for you.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "NSBot", "background_page": "background.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.nationstates.net\/page=deck" ], "js": [ "content.js" ] } ], "permissions": [ "tabs", "*" ] } |