Better shorts
Better shorts video player for YouTube and Instagram!
Cos'è Better shorts?
Better shorts è un'estensione di Chrome sviluppata da codeshifu, e la sua funzione principale è "Better shorts video player for YouTube and Instagram!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better shorts
Scarica i file di estensione Better shorts 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
Better shorts on YouTube allows
- Video scrubbing
- Closed caption
- Playback speed
- Annotations
- Shorts video quality adjustment
Better shorts on Instagram allows
- Video scrubbing
- Playback speed
- Download reels
- PiP (Picture in Picture) Informazioni di Base sull'Estensione
| Nome | |
| ID | kniiiokdfifghldpemgoggfljdmgpgij |
| URL Ufficiale | https://chromewebstore.google.com/detail/better-shorts/kniiiokdfifghldpemgoggfljdmgpgij |
| Descrizione | Better shorts video player for YouTube and Instagram! |
| Dimensione del File | 13.54 KB |
| Conteggio Installazioni | 43 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2023-08-24 |
| Data di Pubblicazione | 2023-08-24 |
| Sviluppatore | codeshifu |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | https://twitter.com/codeshifu |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Better shorts",
"description": "Better shorts video player for YouTube and Instagram!",
"version": "1.0.0",
"version_name": "1.0.0",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"128": "assets\/img\/128x128.png"
},
"action": {
"default_icon": {
"16": "assets\/img\/16x16.png",
"32": "assets\/img\/32x32.png",
"48": "assets\/img\/48x48.png",
"128": "assets\/img\/128x128.png"
},
"default_title": "Better shorts"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/www.instagram.com\/*"
],
"js": [
"background.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"*.png"
],
"matches": [
" | |