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是由https://builderalladventures.com開發的Chrome擴展程式,該擴展的主要功能是“Weekly Tutorials for the Builderall Platform. Watch Tutorials inside the Extension or on BuilderallAdventures.com”。

擴展截圖

screenshot

下載Builderall Adventures - Weekly Tutorials擴展crx文件

下載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 Builderall Adventures - Weekly Tutorials
ID ilbahnnplomdcfnhcoaleljnlkhnljgf
官方網址 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"
    }
}