MiniViewer
A chrome extension that allows for a picture-in-picture type window on various video streaming sites.
Qu'est-ce que MiniViewer ?
MiniViewer est une extension Chrome développée par njcanderson, et sa fonction principale est "A chrome extension that allows for a picture-in-picture type window on various video streaming sites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MiniViewer
Téléchargez les fichiers d'extension MiniViewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A chrome extension that allows for a picture-in-picture type window on various video streaming sites.
Informations de Base sur l'Extension
Nom | |
ID | okgcbflpkckgbddcmkgphkimlnhjcfcc |
URL Officiel | https://chrome.google.com/webstore/detail/miniviewer/okgcbflpkckgbddcmkgphkimlnhjcfcc |
Description | A chrome extension that allows for a picture-in-picture type window on various video streaming sites. |
Taille du Fichier | 7.79 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-10-06 |
Date de Publication | 2019-10-06 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | njcanderson |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |