Better Instagram Videos: Playback & Volume
Easily control the playback and volume of any Instagram videos.
Was ist Better Instagram Videos: Playback & Volume?
Better Instagram Videos: Playback & Volume ist eine Chrome-Erweiterung, die von https://emirkabal.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily control the playback and volume of any Instagram videos.".
Erweiterungsscreenshots
Better Instagram Videos: Playback & Volume-Erweiterungs-CRX-Datei herunterladen
Laden Sie Better Instagram Videos: Playback & Volume-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
Enhances your Instagram experience by allowing easy video playback and volume adjustment.
Features:
- Playback/seek control
- Volume control (remembered)
- Downloadable video
- Supports all videos on the Instagram except stories section
Github: https://github.com/emirkabal/better-instagram-videos
Legal:
Instagram is a registered trademark. This extension was developed independently of Instagram, by someone who is not related or affiliated with Instagram, without any help or endorsement from them. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ijgmchfimkocepiapjeoehcicfnhhchp |
| Offizielle URL | https://chromewebstore.google.com/detail/better-instagram-videos-p/ijgmchfimkocepiapjeoehcicfnhhchp |
| Beschreibung | Easily control the playback and volume of any Instagram videos. |
| Dateigröße | 66.96 KB |
| Installationsanzahl | 68 |
| Aktuelle Version | 1.0.5 |
| Letztes Update | 2023-12-26 |
| Veröffentlichungsdatum | 2023-12-26 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://emirkabal.com |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://github.com/emirkabal/better-instagram-videos/issues |
| Unterstützte Sprachen | de,en,fr,nl,tr,es,it,pl,pt-BR,el,bg,ru,uk,ar,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "1.0.5",
"action": [],
"icons": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
},
"content_scripts": [
{
"js": [
"assets\/main.tsx-loader-3b2f4b6d.js"
],
"matches": [
"https:\/\/www.instagram.com\/*"
],
"css": [
"assets\/main-e5d4be7f.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"resources": [
"assets\/main.tsx-a0f12a38.js"
],
"use_dynamic_url": true
}
]
} | |