YouTube Extra 1
Move,Rotate,Zoom Video
Hvad er YouTube Extra 1?
YouTube Extra 1 er en Chrome-udvidelse udviklet af anovsiradj, og dens hovedfunktion er "Move,Rotate,Zoom Video".
Udvidelsesskærmbilleder
Download YouTube Extra 1-udvidelses-CRX-fil
Download YouTube Extra 1-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension add custom controls on player to allow Move,Rotate,Zoom Video.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fbjmohjgkmpnngocnabbacbhlclfikib |
Officiel URL | https://chrome.google.com/webstore/detail/youtube-extra-1/fbjmohjgkmpnngocnabbacbhlclfikib |
Beskrivelse | Move,Rotate,Zoom Video |
Filstørrelse | 24.33 KB |
Antal Installationer | 38 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2020-12-11 |
Udgivelsesdato | 2020-12-11 |
Udvikler | anovsiradj |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/anovsiradj/ytextra1/ |
Hjælpeside-URL | https://github.com/anovsiradj/ytextra1/issues |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Extra 1", "description": "Move,Rotate,Zoom Video", "icons": { "32": "icons\/favicon_32.png", "48": "icons\/favicon_48.png", "96": "icons\/favicon_96.png", "144": "icons\/favicon_144.png" }, "version": "0.0.1", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "manifest_version": 2 } |