MiniViewer
A chrome extension that allows for a picture-in-picture type window on various video streaming sites.
Wat is MiniViewer?
MiniViewer is een Chrome-extensie ontwikkeld door njcanderson, en de belangrijkste functie is "A chrome extension that allows for a picture-in-picture type window on various video streaming sites.".
Extensie Screenshots
Download het CRX-bestand van de extensie MiniViewer
Download MiniViewer-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
A chrome extension that allows for a picture-in-picture type window on various video streaming sites.
Basisinformatie over de Extensie
Naam | |
ID | okgcbflpkckgbddcmkgphkimlnhjcfcc |
Officiële URL | https://chrome.google.com/webstore/detail/miniviewer/okgcbflpkckgbddcmkgphkimlnhjcfcc |
Beschrijving | A chrome extension that allows for a picture-in-picture type window on various video streaming sites. |
Bestandsgrootte | 7.79 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-10-06 |
Publicatiedatum | 2019-10-06 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | njcanderson |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MiniViewer", "version": "1.0", "description": "A chrome extension that allows for a picture-in-picture type window on various video streaming sites.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "images\/icons\/pip-16.png", "32": "images\/icons\/pip-32.png", "48": "images\/icons\/pip-48.png", "128": "images\/icons\/pip-128.png" } }, "icons": { "16": "images\/icons\/pip-16.png", "32": "images\/icons\/pip-32.png", "48": "images\/icons\/pip-48.png", "128": "images\/icons\/pip-128.png" }, "permissions": [ "activeTab" ], "manifest_version": 2 } |