uTun4 for Youtube ™
adjust video as you like on Youtube ™
Was ist uTun4 for Youtube ™?
uTun4 for Youtube ™ ist eine Chrome-Erweiterung, die von KC entwickelt wurde, und ihr Hauptmerkmal ist "adjust video as you like on Youtube ™".
Erweiterungsscreenshots
uTun4 for Youtube ™-Erweiterungs-CRX-Datei herunterladen
Laden Sie uTun4 for Youtube ™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
hide the fish in player and delete some over designs
why i don't do this in the first place. so stupidˊˋ
----
fix volume and speed control init
---
update for new YouTube
---
tune video as you like on #youtube
filters, play speed, unlimited volume
try right click,and wheel
if there is something wrong
call 911 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ifhpghghhikcmdopjjlbckknkaafoafi |
| Offizielle URL | https://chromewebstore.google.com/detail/utun4-for-youtube/ifhpghghhikcmdopjjlbckknkaafoafi |
| Beschreibung | adjust video as you like on Youtube ™ |
| Dateigröße | 70.02 KB |
| Installationsanzahl | 279 |
| Aktuelle Version | 1.0.0.6 |
| Letztes Update | 2019-03-14 |
| Veröffentlichungsdatum | 2019-03-14 |
| Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
| Entwickler | KC |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"manifest_version": 2,
"version": "1.0.0.6",
"default_locale": "en",
"icons": {
"128": "icon\/utuna.png"
},
"browser_action": {
"default_icon": {
"38": "icon\/utuna.png"
}
},
"background": {
"scripts": [
"index.js"
],
"persistent": false
},
"permissions": [
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"content_scripts": [
{
"css": [
"css\/utu.css"
],
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js",
"Sortable.min.js"
],
"run_at": "document_end"
}
],
"options_page": "options.html",
"web_accessible_resources": [
"temp\/*",
"audio\/*",
"icon\/*",
"image\/*",
"lib\/*"
]
} | |