Evil Souleater

Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.

Cos'è Evil Souleater?

Evil Souleater è un'estensione di Chrome sviluppata da bousquet.dominik, e la sua funzione principale è "Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Evil Souleater

Scarica i file di estensione Evil Souleater 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

                        The Evil Souleater changes all 2015 dates to 2014 dates, in all the webpages they will visit (newspapers, social networks, everything...). Wait for them to take a break, jump on their computer, and the extension will install in milliseconds. No news will ever be new again ! 

Let us be evil :)
If you have any suggestion or recommendation, please contact me at [email protected]

logo : evil by Brad Ashburn from the Noun Project                    

Informazioni di Base sull'Estensione

Nome Evil Souleater Evil Souleater
ID mfahlkfpofjjdhelmbippkbliknomnkp
URL Ufficiale https://chromewebstore.google.com/detail/evil-souleater/mfahlkfpofjjdhelmbippkbliknomnkp
Descrizione Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.
Dimensione del File 121 KB
Conteggio Installazioni 53
Versione Corrente 1.11
Ultimo Aggiornamento 2015-07-21
Data di Pubblicazione 2015-07-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore bousquet.dominik
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Evil Souleater",
    "version": "1.11",
    "manifest_version": 2,
    "description": "Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.",
    "icons": {
        "48": "icon_full_48.png",
        "128": "icon_full_128.png"
    },
    "page_action": {
        "default_icon": "icon_full.png",
        "default_title": "Evil Souleater"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "alert.js"
            ]
        }
    ]
}