FrameTube
Creates a frame of a youtube video.
Wat is FrameTube?
FrameTube is een Chrome-extensie ontwikkeld door Pataar, en de belangrijkste functie is "Creates a frame of a youtube video.".
Extensie Screenshots
Download het CRX-bestand van de extensie FrameTube
Download FrameTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | FrameTube |
ID | andkmlcecgmdmbjjjdhifnmjphndgmik |
Officiële URL | https://chromewebstore.google.com/detail/frametube/andkmlcecgmdmbjjjdhifnmjphndgmik |
Beschrijving | Creates a frame of a youtube video. |
Bestandsgrootte | 17.85 KB |
Aantal Installaties | 1,772 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-09-26 |
Publicatiedatum | 2013-09-26 |
Beoordeling | 4.50/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Pataar |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |