FrameTube
Creates a frame of a youtube video.
Co to jest FrameTube?
FrameTube to rozszerzenie Chrome opracowane przez Pataar, a jego główną funkcją jest „Creates a frame of a youtube video.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FrameTube
Pobierz pliki rozszerzeń FrameTube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | FrameTube |
ID | andkmlcecgmdmbjjjdhifnmjphndgmik |
Oficjalny URL | https://chromewebstore.google.com/detail/frametube/andkmlcecgmdmbjjjdhifnmjphndgmik |
Opis | Creates a frame of a youtube video. |
Rozmiar pliku | 17.85 KB |
Liczba instalacji | 1,772 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-09-26 |
Data Publikacji | 2013-09-26 |
Ocena | 4.50/5 Łącznie 14 Oceny |
Deweloper | Pataar |
Typ Płatności | free |
Obsługiwane Języki | 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" } } } |