Cinema Theme For YouTube
This extension allows the user to view the youtube video in Cinema experience.
Wat is Cinema Theme For YouTube?
Cinema Theme For YouTube is een Chrome-extensie ontwikkeld door Allohost, en de belangrijkste functie is "This extension allows the user to view the youtube video in Cinema experience.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cinema Theme For YouTube
Download Cinema Theme For YouTube-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
Cinema Theme For YouTube With this simple extension you will be able to use your screen when watching YouTube videos in Cinema mode. feel the cinema with Cinema Theme For YouTube
Basisinformatie over de Extensie
Naam | |
ID | nfhepcgcmgdaennlnipbmccneldpfafm |
Officiële URL | https://chrome.google.com/webstore/detail/cinema-theme-for-youtube/nfhepcgcmgdaennlnipbmccneldpfafm |
Beschrijving | This extension allows the user to view the youtube video in Cinema experience. |
Bestandsgrootte | 239 KB |
Aantal Installaties | 26 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2018-10-07 |
Publicatiedatum | 2018-10-07 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Allohost |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://search.starsurf.net |
Help Pagina-URL | http://search.starsurf.net |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cinema Theme For YouTube", "description": "This extension allows the user to view the youtube video in Cinema experience.", "version": "2.1", "author": "Starsurf", "browser_action": { "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "default_title": "Theatre Mode" }, "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "tabs" ] } |