9GAG Controls
Provides control functions for 9GAG.
Co to jest 9GAG Controls?
9GAG Controls to rozszerzenie Chrome opracowane przez Niklas E., a jego główną funkcją jest „Provides control functions for 9GAG.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 9GAG Controls
Pobierz pliki rozszerzeń 9GAG Controls w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | 9GAG Controls |
ID | ggaflcnplcdgjodokhjdefdobpdhdnjm |
Oficjalny URL | https://chromewebstore.google.com/detail/9gag-controls/ggaflcnplcdgjodokhjdefdobpdhdnjm |
Opis | Provides control functions for 9GAG. |
Rozmiar pliku | 114 KB |
Liczba instalacji | 980 |
Aktualna Wersja | 1.4.3 |
Ostatnia Aktualizacja | 2024-01-22 |
Data Publikacji | 2020-06-22 |
Ocena | 4.78/5 Łącznie 9 Oceny |
Deweloper | Niklas E. |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/niklas-englert/9GAG-Controls |
Adres URL Strony Pomocy | https://github.com/niklas-englert/9GAG-Controls/issues |
Obsługiwane Języki | 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": [] } |