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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://builderalladventures.com, και η κύρια λειτουργία του είναι "Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Builderall Adventures - Weekly Tutorials
Λήψη αρχείων επέκτασης Builderall Adventures - Weekly Tutorials σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } } |