9gag commands

Show commands for every video on 9gag

Wat is 9gag commands?

9gag commands is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Show commands for every video on 9gag".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 9gag commands

Download 9gag commands-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

                        You can see the commands (sound,timeline) for every video (or gif) on 9gag.                    

Basisinformatie over de Extensie

Naam 9gag commands 9gag commands
ID fnkgbmgihjejioniomohbehbodeaiogf
Officiële URL https://chromewebstore.google.com/detail/9gag-commands/fnkgbmgihjejioniomohbehbodeaiogf
Beschrijving Show commands for every video on 9gag
Bestandsgrootte 13.42 KB
Aantal Installaties 131
Huidige Versie 0.1.0
Laatst Bijgewerkt 2019-05-26
Publicatiedatum 2019-05-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "name": "9gag commands",
    "version": "0.1.0",
    "description": "Show commands for every video on 9gag",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/9gag.com\/*"
            ]
        }
    ]
}