Builderall Adventures - Weekly Tutorials

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

Hvad er Builderall Adventures - Weekly Tutorials?

Builderall Adventures - Weekly Tutorials er en Chrome-udvidelse udviklet af https://builderalladventures.com, og dens hovedfunktion er "Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com".

Udvidelsesskærmbilleder

screenshot

Download Builderall Adventures - Weekly Tutorials-udvidelses-CRX-fil

Download Builderall Adventures - Weekly Tutorials-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Builderall Adventures - Weekly Tutorials Builderall Adventures - Weekly Tutorials
ID ilbahnnplomdcfnhcoaleljnlkhnljgf
Officiel URL https://chromewebstore.google.com/detail/builderall-adventures-wee/ilbahnnplomdcfnhcoaleljnlkhnljgf
Beskrivelse Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com
Filstørrelse 15.2 KB
Antal Installationer 37
Nuværende Version 0.1
Senest Opdateret 2017-09-27
Udgivelsesdato 2017-09-27
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler https://builderalladventures.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}