The real theater mode (Beta)
This extension allows the user to view the youtube video in theatre experience.
什么是The real theater mode (Beta)?
The real theater mode (Beta)是由vasudevan开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to view the youtube video in theatre experience.”。
扩展截图
下载The real theater mode (Beta)扩展crx文件
下载The real theater mode (Beta)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | cifobkdcppgmeilkbgilccpjikephgpl |
官方URL | https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl |
简介 | This extension allows the user to view the youtube video in theatre experience. |
文件大小 | 367 KB |
安装次数 | 94 |
当前版本 | 1.2 |
更新时间 | 2017-09-29 |
上架时间 | 2017-09-29 |
评分 | 5.00/5 共3次评分 |
开发者 | vasudevan |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The real theater mode (Beta)", "description": "This extension allows the user to view the youtube video in theatre experience.", "version": "1.2", "author": "Vasudevan", "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" ] } |