Builderall Adventures - Weekly Tutorials

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

Vad är Builderall Adventures - Weekly Tutorials?

Builderall Adventures - Weekly Tutorials är en Chrome-tillägg utvecklad av https://builderalladventures.com, och dess huvudfunktion är "Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com".

Tilläggsskärmbilder

screenshot

Ladda ner Builderall Adventures - Weekly Tutorials-förlängningens CRX-fil

Ladda ner Builderall Adventures - Weekly Tutorials-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Builderall Adventures - Weekly Tutorials Builderall Adventures - Weekly Tutorials
ID ilbahnnplomdcfnhcoaleljnlkhnljgf
Officiell webbadress https://chromewebstore.google.com/detail/builderall-adventures-wee/ilbahnnplomdcfnhcoaleljnlkhnljgf
Beskrivning Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com
Filstorlek 15.2 KB
Antal Installationer 37
Aktuell Version 0.1
Senast Uppdaterad 2017-09-27
Publiceringsdatum 2017-09-27
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://builderalladventures.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}