PlayingInCanvas

We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.

What is PlayingInCanvas?

PlayingInCanvas is a Chrome extension developed by PlayingInCanvas, and its main feature is "We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.".

Extension Screenshots

screenshot
screenshot
screenshot

Download PlayingInCanvas Extension CRX File

Download PlayingInCanvas extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        PlayCanvas is a web-first Game Engine providing cloud services to collaboratively build web 2D and 3D content.

We are determined in providing a list of editor extensions that empower PlayCanvas and solve case specific problems.

Using this extension you can subscribe and load our libraries directly inside the PlayCanvas editor.

Find out more: https://pic.pirron-rodon.one/                    

Extension Basic Information

Name PlayingInCanvas PlayingInCanvas
ID dfokedhgmlgbgmkhfhcingaieajhibhb
Official URL https://chromewebstore.google.com/detail/playingincanvas/dfokedhgmlgbgmkhfhcingaieajhibhb
Description We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.
File Size 37.22 KB
Installation Count 347
Current Version 1.0.3
Last Updated 2020-03-11
Publish Date 2020-03-10
Rating 4.00/5 Total 1 Ratings
Developer PlayingInCanvas
Email [email protected]
Payment Type free
Privacy Policy Page URL https://pic.pirron-rodon.one/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PlayingInCanvas",
    "description": "We are dedicated in providing quality assets, starter kits and editor extensions for the PlayCanvas content creation platform.",
    "homepage_url": "https:\/\/pic.pirron-rodon.one",
    "version": "1.0.3",
    "icons": {
        "16": "images\/icons\/pic-16.png",
        "48": "images\/icons\/pic-48.png",
        "128": "images\/icons\/pic-128.png"
    },
    "browser_action": {
        "default_popup": "app.html",
        "default_title": "PlayingInCanvas"
    },
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "https:\/\/playcanvas.com\/editor\/*",
        "https:\/\/pic.pirron-rodon.one\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/playcanvas.com\/editor\/*"
            ],
            "js": [
                "js\/broadcaster.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/playcanvas.com\/editor\/*"
        ]
    }
}