The real theater mode (Beta)
This extension allows the user to view the youtube video in theatre experience.
Apa itu The real theater mode (Beta)?
The real theater mode (Beta) adalah ekstensi Chrome yang dikembangkan oleh vasudevan, dan fitur utamanya adalah "This extension allows the user to view the youtube video in theatre experience.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The real theater mode (Beta)
Unduh file ekstensi The real theater mode (Beta) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | cifobkdcppgmeilkbgilccpjikephgpl |
URL Resmi | https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl |
Deskripsi | This extension allows the user to view the youtube video in theatre experience. |
Ukuran File | 367 KB |
Jumlah Instalasi | 94 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2017-09-29 |
Tanggal Publikasi | 2017-09-29 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | vasudevan |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |