Evil Souleater

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

What is Evil Souleater?

Evil Souleater is a Chrome extension developed by bousquet.dominik, and its main feature is "Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.".

Extension Screenshots

screenshot

Download Evil Souleater Extension CRX File

Download Evil Souleater extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Evil Souleater Evil Souleater
ID mfahlkfpofjjdhelmbippkbliknomnkp
Official URL https://chromewebstore.google.com/detail/evil-souleater/mfahlkfpofjjdhelmbippkbliknomnkp
Description Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.
File Size 121 KB
Installation Count 53
Current Version 1.11
Last Updated 2015-07-21
Publish Date 2015-07-20
Rating 5.00/5 Total 2 Ratings
Developer bousquet.dominik
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}