FrameTube

Creates a frame of a youtube video.

What is FrameTube?

FrameTube is a Chrome extension developed by Pataar, and its main feature is "Creates a frame of a youtube video.".

Extension Screenshots

screenshot

Download FrameTube Extension CRX File

Download FrameTube 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

                        Popout your youtube video in a seperate frame. The frame is resizeable and can be placed anywhere on your screen. 

The frame will also play music videos that are not allowed to be embedded.                    

Extension Basic Information

Name FrameTube FrameTube
ID andkmlcecgmdmbjjjdhifnmjphndgmik
Official URL https://chromewebstore.google.com/detail/frametube/andkmlcecgmdmbjjjdhifnmjphndgmik
Description Creates a frame of a youtube video.
File Size 17.85 KB
Installation Count 1,772
Current Version 1.0
Last Updated 2013-09-26
Publish Date 2013-09-26
Rating 4.50/5 Total 14 Ratings
Developer Pataar
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FrameTube",
    "description": "Creates a frame of a youtube video.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "http:\/\/*.youtube.com\/*",
        "tabs"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "128": "images\/icon128.png"
        }
    }
}