Builderall Adventures - Weekly Tutorials

Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com

Was ist Builderall Adventures - Weekly Tutorials?

Builderall Adventures - Weekly Tutorials ist eine Chrome-Erweiterung, die von https://builderalladventures.com entwickelt wurde, und ihr Hauptmerkmal ist "Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com".

Erweiterungsscreenshots

screenshot

Builderall Adventures - Weekly Tutorials-Erweiterungs-CRX-Datei herunterladen

Laden Sie Builderall Adventures - Weekly Tutorials-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Builderall Adventures - Weekly Tutorials Builderall Adventures - Weekly Tutorials
ID ilbahnnplomdcfnhcoaleljnlkhnljgf
Offizielle URL https://chromewebstore.google.com/detail/builderall-adventures-wee/ilbahnnplomdcfnhcoaleljnlkhnljgf
Beschreibung Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com
Dateigröße 15.2 KB
Installationsanzahl 37
Aktuelle Version 0.1
Letztes Update 2017-09-27
Veröffentlichungsdatum 2017-09-27
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://builderalladventures.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}