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 |
官方網址 | 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" ] } |