Builderall Adventures - Weekly Tutorials
Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com
Builderall Adventures - Weekly Tutorials क्या है?
Builderall Adventures - Weekly Tutorials https://builderalladventures.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Builderall Adventures - Weekly Tutorials एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Builderall Adventures Learning to Build Together A new Builderall tutorial video is shown in the extension every Monday morning! Quick links to previous tutorial videos, links to BuilderallAdventures.com to learn even more. We notify you of new videos and important Builderall news!
एक्सटेंशन की मूल जानकारी
नाम | Builderall Adventures - Weekly Tutorials |
ID | ilbahnnplomdcfnhcoaleljnlkhnljgf |
आधिकारिक URL | https://chromewebstore.google.com/detail/builderall-adventures-wee/ilbahnnplomdcfnhcoaleljnlkhnljgf |
विवरण | Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com |
फ़ाइल का आकार | 15.2 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2017-09-27 |
प्रकाशन तिथि | 2017-09-27 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://builderalladventures.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Builderall Adventures - Weekly Tutorials", "version": "0.1", "manifest_version": 2, "description": "Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "bapro.png", "default_title": "Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "bapro.png" } } |