9GAG Controls
Provides control functions for 9GAG.
Apa itu 9GAG Controls?
9GAG Controls adalah ekstensi Chrome yang dikembangkan oleh Niklas E., dan fitur utamanya adalah "Provides control functions for 9GAG.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 9GAG Controls
Unduh file ekstensi 9GAG Controls 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 extension tries to make your 9GAG experience better. It adds controls to video posts, regulates the audio volume, removes ads, hides promoted content and allows you to zoom in on posts. Check out the GitHub repository for this project linked as "Homepage". Open an issue there to report a bug or request a feature. You can also use the chrome web store "Support" tab to do that.
Informasi Dasar Ekstensi
Nama | 9GAG Controls |
ID | ggaflcnplcdgjodokhjdefdobpdhdnjm |
URL Resmi | https://chromewebstore.google.com/detail/9gag-controls/ggaflcnplcdgjodokhjdefdobpdhdnjm |
Deskripsi | Provides control functions for 9GAG. |
Ukuran File | 114 KB |
Jumlah Instalasi | 980 |
Versi Saat Ini | 1.4.3 |
Terakhir Diperbarui | 2024-01-22 |
Tanggal Publikasi | 2020-06-22 |
Penilaian | 4.78/5 Total 9 Penilaian |
Pengembang | Niklas E. |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/niklas-englert/9GAG-Controls |
URL Halaman Bantuan | https://github.com/niklas-englert/9GAG-Controls/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "9GAG Controls", "description": "Provides control functions for 9GAG.", "version": "1.4.3", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "content_scripts": [ { "matches": [ "http:\/\/9gag.com\/*", "https:\/\/9gag.com\/*" ], "js": [ "jquery-3.2.1.min.js", "gag.js" ], "css": [ "gag.css" ], "run_at": "document_end" } ], "permissions": [] } |