9GAG Controls

Provides control functions for 9GAG.

Was ist 9GAG Controls?

9GAG Controls ist eine Chrome-Erweiterung, die von Niklas E. entwickelt wurde, und ihr Hauptmerkmal ist "Provides control functions for 9GAG.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

9GAG Controls-Erweiterungs-CRX-Datei herunterladen

Laden Sie 9GAG Controls-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name 9GAG Controls 9GAG Controls
ID ggaflcnplcdgjodokhjdefdobpdhdnjm
Offizielle URL https://chromewebstore.google.com/detail/9gag-controls/ggaflcnplcdgjodokhjdefdobpdhdnjm
Beschreibung Provides control functions for 9GAG.
Dateigröße 114 KB
Installationsanzahl 980
Aktuelle Version 1.4.3
Letztes Update 2024-01-22
Veröffentlichungsdatum 2020-06-22
Bewertung 4.78/5 Insgesamt 9 Bewertungen
Entwickler Niklas E.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/niklas-englert/9GAG-Controls
Hilfeseite URL https://github.com/niklas-englert/9GAG-Controls/issues
Unterstützte Sprachen 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": []
}