Builderall Adventures - Weekly Tutorials
Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com
What is Builderall Adventures - Weekly Tutorials?
Builderall Adventures - Weekly Tutorials is a Chrome extension developed by https://builderalladventures.com, and its main feature is "Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com".
Extension Screenshots
Download Builderall Adventures - Weekly Tutorials Extension CRX File
Download Builderall Adventures - Weekly Tutorials extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Builderall Adventures - Weekly Tutorials |
ID | ilbahnnplomdcfnhcoaleljnlkhnljgf |
Official URL | https://chromewebstore.google.com/detail/builderall-adventures-wee/ilbahnnplomdcfnhcoaleljnlkhnljgf |
Description | Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com |
File Size | 15.2 KB |
Installation Count | 37 |
Current Version | 0.1 |
Last Updated | 2017-09-27 |
Publish Date | 2017-09-27 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://builderalladventures.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |