9GAG Controls

Provides control functions for 9GAG.

Hvad er 9GAG Controls?

9GAG Controls er en Chrome-udvidelse udviklet af Niklas E., og dens hovedfunktion er "Provides control functions for 9GAG.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download 9GAG Controls-udvidelses-CRX-fil

Download 9GAG Controls-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn 9GAG Controls 9GAG Controls
ID ggaflcnplcdgjodokhjdefdobpdhdnjm
Officiel URL https://chromewebstore.google.com/detail/9gag-controls/ggaflcnplcdgjodokhjdefdobpdhdnjm
Beskrivelse Provides control functions for 9GAG.
Filstørrelse 114 KB
Antal Installationer 980
Nuværende Version 1.4.3
Senest Opdateret 2024-01-22
Udgivelsesdato 2020-06-22
Bedømmelse 4.78/5 Samlet 9 Bedømmelser
Udvikler Niklas E.
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/niklas-englert/9GAG-Controls
Hjælpeside-URL https://github.com/niklas-englert/9GAG-Controls/issues
Understøttede Sprog 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": []
}