Canvas Toolkit

A set of fixes and improvements for the daily Canvas user!

What is Canvas Toolkit?

Canvas Toolkit is a Chrome extension developed by echapa, and its main feature is "A set of fixes and improvements for the daily Canvas user!".

Extension Screenshots

screenshot
screenshot

Download Canvas Toolkit Extension CRX File

Download Canvas Toolkit 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

                        Canvas Toolkit (before Canvas Video Player):

+ Adds video players for Youtube urls.
+ Fixes "Requested Youtube audio is not available for embed or not available in your country" false positives on the Audio Remixer.
+ Adds full date and time tooltips to posts and notifications.
+ Fixes File upload icon on remixer and threads.                    

Extension Basic Information

Name Canvas Toolkit Canvas Toolkit
ID bdlhogaffaadgigmlkikpankpkpaoofp
Official URL https://chromewebstore.google.com/detail/canvas-toolkit/bdlhogaffaadgigmlkikpankpkpaoofp
Description A set of fixes and improvements for the daily Canvas user!
File Size 52.87 KB
Installation Count 132
Current Version 3.4.1
Last Updated 2015-02-16
Publish Date 2014-08-28
Rating 5.00/5 Total 5 Ratings
Developer echapa
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Toolkit",
    "version": "3.4.1",
    "manifest_version": 2,
    "description": "A set of fixes and improvements for the daily Canvas user!",
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/canv.as\/*"
            ],
            "js": [
                "swfobject.js",
                "audioplay.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}