Smoke weed erryday

Reminds you to smoke weed at 4:20

Cos'è Smoke weed erryday?

Smoke weed erryday è un'estensione di Chrome sviluppata da John Kelly, e la sua funzione principale è "Reminds you to smoke weed at 4:20".

Scarica il file CRX dell'estensione Smoke weed erryday

Scarica i file di estensione Smoke weed erryday 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

                                            

Informazioni di Base sull'Estensione

Nome Smoke weed erryday Smoke weed erryday
ID kcojfpcomfdbdihkhdjgalebfajlfdli
URL Ufficiale https://chrome.google.com/webstore/detail/smoke-weed-erryday/kcojfpcomfdbdihkhdjgalebfajlfdli
Descrizione Reminds you to smoke weed at 4:20
Dimensione del File 1.17 MB
Conteggio Installazioni 49
Versione Corrente 4.20
Ultimo Aggiornamento 2016-05-11
Data di Pubblicazione 2016-05-11
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore John Kelly
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smoke weed erryday",
    "version": "4.20",
    "description": "Reminds you to smoke weed at 4:20",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "snoop.gif",
        "weed.mp3"
    ],
    "manifest_version": 2
}