Evil Souleater

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

Was ist Evil Souleater?

Evil Souleater ist eine Chrome-Erweiterung, die von bousquet.dominik entwickelt wurde, und ihr Hauptmerkmal ist "Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.".

Erweiterungsscreenshots

screenshot

Evil Souleater-Erweiterungs-CRX-Datei herunterladen

Laden Sie Evil Souleater-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Evil Souleater Evil Souleater
ID mfahlkfpofjjdhelmbippkbliknomnkp
Offizielle URL https://chromewebstore.google.com/detail/evil-souleater/mfahlkfpofjjdhelmbippkbliknomnkp
Beschreibung Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.
Dateigröße 121 KB
Installationsanzahl 53
Aktuelle Version 1.11
Letztes Update 2015-07-21
Veröffentlichungsdatum 2015-07-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler bousquet.dominik
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}