AIRSTEP Play
Control the playback,loop,speed and pitch of video&audio. Compatible with major online video platforms and local audio&video files.
Cos'è AIRSTEP Play?
AIRSTEP Play è un'estensione di Chrome sviluppata da https://www.xsonicaudio.com, e la sua funzione principale è "Control the playback,loop,speed and pitch of video&audio. Compatible with major online video platforms and local audio&video files.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AIRSTEP Play
Scarica i file di estensione AIRSTEP Play 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
Hands-free control of your YouTube lesson or music file as you learn, practice, jam and transcribe, so your hands and mind can 100% focus on the instrument instead of constantly touching the screen or keyboard.
CHANGELOG:
- Support ultimate-guitar.com (Courses and official Tab) Informazioni di Base sull'Estensione
| Nome | |
| ID | ojgiocfokgljoliedfipmfmljbijekab |
| URL Ufficiale | https://chromewebstore.google.com/detail/airstep-play/ojgiocfokgljoliedfipmfmljbijekab |
| Descrizione | Control the playback,loop,speed and pitch of video&audio. Compatible with major online video platforms and local audio&video files. |
| Dimensione del File | 2.19 MB |
| Conteggio Installazioni | 2,324 |
| Versione Corrente | 1.2.8 |
| Ultimo Aggiornamento | 2024-01-29 |
| Data di Pubblicazione | 2022-11-24 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://www.xsonicaudio.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://xsonicaudio.com/pages/airstepplay |
| URL della Pagina della Politica sulla Privacy | https://xsonicaudio.com/pages/privacy-policy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "scripts\/background.js"
},
"homepage_url": "https:\/\/xsonicaudio.com\/pages\/airstepplay",
"default_locale": "en",
"action": {
"default_icon": {
"48": "assets\/icon.png",
"32": "assets\/icon.png",
"24": "assets\/icon.png"
},
"default_title": "__MSG_ExtName__",
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"styles\/player.css"
],
"js": [
"scripts\/vimeo.js",
"scripts\/player.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_idle"
},
{
"all_frames": true,
"match_about_blank": true,
"run_at": "document_idle",
"matches": [
"*:\/\/*\/*"
],
"js": [
"scripts\/iframePlayer.js"
]
}
],
"description": "__MSG_ExtDescription__",
"icons": {
"128": "assets\/icon.png",
"16": "assets\/icon.png",
"32": "assets\/icon.png",
"48": "assets\/icon.png"
},
"web_accessible_resources": [
{
"resources": [
"\/scripts\/*",
"\/assets\/*",
"\/assets\/*\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"manifest_version": 3,
"name": "__MSG_ExtName__",
"permissions": [
"storage",
"background",
"tabs"
],
"version": "1.2.8"
} | |