9gag Volume control
This plugin adds volume control to video files on 9gag.
Apa itu 9gag Volume control?
9gag Volume control adalah ekstensi Chrome yang dikembangkan oleh DEHbKA, dan fitur utamanya adalah "This plugin adds volume control to video files on 9gag.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 9gag Volume control
Unduh file ekstensi 9gag Volume control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This plugin adds volume/sound control to video files on 9gag.
Informasi Dasar Ekstensi
Nama | 9gag Volume control |
ID | eibnpeegkdkfcoaakejdjcimjjncefln |
URL Resmi | https://chromewebstore.google.com/detail/9gag-volume-control/eibnpeegkdkfcoaakejdjcimjjncefln |
Deskripsi | This plugin adds volume control to video files on 9gag. |
Ukuran File | 13.36 KB |
Jumlah Instalasi | 759 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2020-04-02 |
Tanggal Publikasi | 2020-04-02 |
Penilaian | 5.00/5 Total 9 Penilaian |
Pengembang | DEHbKA |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | http://dehbka.biz.ua |
Bahasa yang Didukung | 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" ] } ] } |