WebScreen Extension
WebScreenの拡張機能です。 Chromeで現在表示しているページを動画化します。 動画のURLを取得できて、VRChatの動画プレイヤーで再生できます。
Cos'è WebScreen Extension?
WebScreen Extension è un'estensione di Chrome sviluppata da https://web-screen.net, e la sua funzione principale è "WebScreenの拡張機能です。 Chromeで現在表示しているページを動画化します。 動画のURLを取得できて、VRChatの動画プレイヤーで再生できます。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WebScreen Extension
Scarica i file di estensione WebScreen Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
WebScreenの拡張機能です。 Chromeで現在表示しているページを動画化します。 動画のURLを取得できて、VRChatの動画プレイヤーで再生できます。
Informazioni di Base sull'Estensione
Nome | WebScreen Extension |
ID | nlfpcbmgllhopmjmodddegheeoolhnip |
URL Ufficiale | https://chromewebstore.google.com/detail/webscreen-extension/nlfpcbmgllhopmjmodddegheeoolhnip |
Descrizione | WebScreenの拡張機能です。 Chromeで現在表示しているページを動画化します。 動画のURLを取得できて、VRChatの動画プレイヤーで再生できます。 |
Dimensione del File | 90.22 KB |
Conteggio Installazioni | 125 |
Versione Corrente | 2.7 |
Ultimo Aggiornamento | 2023-07-05 |
Data di Pubblicazione | 2023-02-28 |
Sviluppatore | https://web-screen.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://web-screen.net |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebScreen Extension", "version": "2.7", "manifest_version": 3, "icons": { "16": "img\/icon\/16.png", "32": "img\/icon\/32.png", "48": "img\/icon\/48.png", "128": "img\/icon\/128.png" }, "action": { "default_title": "URL to Movie", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "scripting", "storage", "downloads" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/web-screen.net\/*" ], "content_scripts": [ { "matches": [ " |