9GAG Controls
Provides control functions for 9GAG.
Wat is 9GAG Controls?
9GAG Controls is een Chrome-extensie ontwikkeld door Niklas E., en de belangrijkste functie is "Provides control functions for 9GAG.".
Extensie Screenshots
Download het CRX-bestand van de extensie 9GAG Controls
Download 9GAG Controls-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 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.
Basisinformatie over de Extensie
Naam | 9GAG Controls |
ID | ggaflcnplcdgjodokhjdefdobpdhdnjm |
Officiële URL | https://chromewebstore.google.com/detail/9gag-controls/ggaflcnplcdgjodokhjdefdobpdhdnjm |
Beschrijving | Provides control functions for 9GAG. |
Bestandsgrootte | 114 KB |
Aantal Installaties | 980 |
Huidige Versie | 1.4.3 |
Laatst Bijgewerkt | 2024-01-22 |
Publicatiedatum | 2020-06-22 |
Beoordeling | 4.78/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Niklas E. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/niklas-englert/9GAG-Controls |
Help Pagina-URL | https://github.com/niklas-englert/9GAG-Controls/issues |
Ondersteunde Talen | 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": [] } |