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
公式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
Eメール [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"
    }
}