9gag Volume control
This plugin adds volume control to video files on 9gag.
Was ist 9gag Volume control?
9gag Volume control ist eine Chrome-Erweiterung, die von DEHbKA entwickelt wurde, und ihr Hauptmerkmal ist "This plugin adds volume control to video files on 9gag.".
Erweiterungsscreenshots
9gag Volume control-Erweiterungs-CRX-Datei herunterladen
Laden Sie 9gag Volume control-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
This plugin adds volume/sound control to video files on 9gag.
Grundlegende Informationen zur Erweiterung
Name | 9gag Volume control |
ID | eibnpeegkdkfcoaakejdjcimjjncefln |
Offizielle URL | https://chromewebstore.google.com/detail/9gag-volume-control/eibnpeegkdkfcoaakejdjcimjjncefln |
Beschreibung | This plugin adds volume control to video files on 9gag. |
Dateigröße | 13.36 KB |
Installationsanzahl | 759 |
Aktuelle Version | 0.3 |
Letztes Update | 2020-04-02 |
Veröffentlichungsdatum | 2020-04-02 |
Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
Entwickler | DEHbKA |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | http://dehbka.biz.ua |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "9gag Volume control", "version": "0.3", "description": "This plugin adds volume control to video files on 9gag.", "author": "[email protected]", "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "browser_action": { "default_icon": "\/icons\/128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/9gag.com\/*" ], "js": [ "main.js" ], "css": [ "main.css" ] } ] } |