Cinema Theme For YouTube
This extension allows the user to view the youtube video in Cinema experience.
什么是Cinema Theme For YouTube?
Cinema Theme For YouTube是由Allohost开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to view the youtube video in Cinema experience.”。
扩展截图
下载Cinema Theme For YouTube扩展crx文件
下载Cinema Theme For YouTube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | nfhepcgcmgdaennlnipbmccneldpfafm |
官方URL | https://chrome.google.com/webstore/detail/cinema-theme-for-youtube/nfhepcgcmgdaennlnipbmccneldpfafm |
简介 | This extension allows the user to view the youtube video in Cinema experience. |
文件大小 | 239 KB |
安装次数 | 26 |
当前版本 | 2.1 |
更新时间 | 2018-10-07 |
上架时间 | 2018-10-07 |
评分 | 5.00/5 共2次评分 |
开发者 | Allohost |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://search.starsurf.net |
帮助页面URL | http://search.starsurf.net |
支持的语言 | 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" ] } |