The real theater mode (Beta)
This extension allows the user to view the youtube video in theatre experience.
Vad är The real theater mode (Beta)?
The real theater mode (Beta) är en Chrome-tillägg utvecklad av vasudevan, och dess huvudfunktion är "This extension allows the user to view the youtube video in theatre experience.".
Tilläggsskärmbilder
Ladda ner The real theater mode (Beta)-förlängningens CRX-fil
Ladda ner The real theater mode (Beta)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | cifobkdcppgmeilkbgilccpjikephgpl |
Officiell webbadress | https://chrome.google.com/webstore/detail/the-real-theater-mode-bet/cifobkdcppgmeilkbgilccpjikephgpl |
Beskrivning | This extension allows the user to view the youtube video in theatre experience. |
Filstorlek | 367 KB |
Antal Installationer | 94 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2017-09-29 |
Publiceringsdatum | 2017-09-29 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | vasudevan |
Betalningssätt | free |
Stödda Språk | 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" ] } |