9gag Volume control
This plugin adds volume control to video files on 9gag.
Wat is 9gag Volume control?
9gag Volume control is een Chrome-extensie ontwikkeld door DEHbKA, en de belangrijkste functie is "This plugin adds volume control to video files on 9gag.".
Extensie Screenshots
Download het CRX-bestand van de extensie 9gag Volume control
Download 9gag Volume control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This plugin adds volume/sound control to video files on 9gag.
Basisinformatie over de Extensie
Naam | 9gag Volume control |
ID | eibnpeegkdkfcoaakejdjcimjjncefln |
Officiële URL | https://chromewebstore.google.com/detail/9gag-volume-control/eibnpeegkdkfcoaakejdjcimjjncefln |
Beschrijving | This plugin adds volume control to video files on 9gag. |
Bestandsgrootte | 13.36 KB |
Aantal Installaties | 759 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2020-04-02 |
Publicatiedatum | 2020-04-02 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | DEHbKA |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | http://dehbka.biz.ua |
Ondersteunde Talen | 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" ] } ] } |