Doge for Chrome

5% chance of doge every time you load page

Cos'è Doge for Chrome?

Doge for Chrome è un'estensione di Chrome sviluppata da Jared Silver, e la sua funzione principale è "5% chance of doge every time you load page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Doge for Chrome

Scarica i file di estensione Doge for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Such random. Many doge. Very 5% chance.

Do you need a little more doge in your life? Does the monotony of your day-to-day life make you want to bang your head against your desk? Drown in boredom no longer — introducing Doge for Chrome!

Doge for Chrome is an extension that will randomly display a delightful doge animation a small percentage of the time you load a new web page.

Studying for school got you down? Upset about the price of doge coin? Wish you had more friends? Cheer up instantly with this delightful doge animation, coming soon to a browser near you!                    

Informazioni di Base sull'Estensione

Nome Doge for Chrome Doge for Chrome
ID hgbjmjjpoakdcllgikgchblebfclefii
URL Ufficiale https://chromewebstore.google.com/detail/doge-for-chrome/hgbjmjjpoakdcllgikgchblebfclefii
Descrizione 5% chance of doge every time you load page
Dimensione del File 138 KB
Conteggio Installazioni 3,435
Versione Corrente 2.0
Ultimo Aggiornamento 2021-06-07
Data di Pubblicazione 2016-05-16
Valutazione 4.30/5 Totale 50 Valutazioni
Sviluppatore Jared Silver
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Doge for Chrome",
    "description": "5% chance of doge every time you load page",
    "version": "2.0",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "96": "\/images\/icon96.png",
        "128": "\/images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "96": "\/images\/icon96.png",
            "128": "\/images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "animate.css",
                "doge.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}