9gag Downloader

Extension to assist in sharing memes through the best humorous website 9GAG

Qu'est-ce que 9gag Downloader ?

9gag Downloader est une extension Chrome développée par Ricardo Carvalho, et sa fonction principale est "Extension to assist in sharing memes through the best humorous website 9GAG".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 9gag Downloader

Téléchargez les fichiers d'extension 9gag Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Extension to help you share memes through the best 9GAG humor site. It has a simple button to download the viewed video or image and then share smiles.                    

Informations de Base sur l'Extension

Nom 9gag Downloader 9gag Downloader
ID cipeepjilkbilfmpjalegdlgmgoimjii
URL Officiel https://chromewebstore.google.com/detail/9gag-downloader/cipeepjilkbilfmpjalegdlgmgoimjii
Description Extension to assist in sharing memes through the best humorous website 9GAG
Taille du Fichier 276 KB
Nombre d'Installations 184
Version Actuelle 1.1
Dernière Mise à Jour 2022-01-15
Date de Publication 2019-09-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur Ricardo Carvalho
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://galdar.com.br/
URL de la Page d'Aide https://github.com/Darciro/9gag-downloader
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9gag Downloader",
    "version": "1.1",
    "description": "Extension to assist in sharing memes through the best humorous website 9GAG",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs",
        "https:\/\/9gag.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/images\/9gag-icon-16.png",
            "32": "assets\/images\/9gag-icon-32.png",
            "48": "assets\/images\/9gag-icon-48.png",
            "64": "assets\/images\/9gag-icon-64.png",
            "128": "assets\/images\/9gag-icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/9gag.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "download.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}