9GAG Controls
Provides control functions for 9GAG.
What is 9GAG Controls?
9GAG Controls is a Chrome extension developed by Niklas E., and its main feature is "Provides control functions for 9GAG.".
Extension Screenshots
Download 9GAG Controls Extension CRX File
Download 9GAG Controls extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | 9GAG Controls |
ID | ggaflcnplcdgjodokhjdefdobpdhdnjm |
Official URL | https://chromewebstore.google.com/detail/9gag-controls/ggaflcnplcdgjodokhjdefdobpdhdnjm |
Description | Provides control functions for 9GAG. |
File Size | 114 KB |
Installation Count | 980 |
Current Version | 1.4.3 |
Last Updated | 2024-01-22 |
Publish Date | 2020-06-22 |
Rating | 4.78/5 Total 9 Ratings |
Developer | Niklas E. |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/niklas-englert/9GAG-Controls |
Help Page URL | https://github.com/niklas-englert/9GAG-Controls/issues |
Supported Languages | 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": [] } |