Evil Souleater

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

Hvad er Evil Souleater?

Evil Souleater er en Chrome-udvidelse udviklet af bousquet.dominik, og dens hovedfunktion er "Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.".

Udvidelsesskærmbilleder

screenshot

Download Evil Souleater-udvidelses-CRX-fil

Download Evil Souleater-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Evil Souleater Evil Souleater
ID mfahlkfpofjjdhelmbippkbliknomnkp
Officiel URL https://chromewebstore.google.com/detail/evil-souleater/mfahlkfpofjjdhelmbippkbliknomnkp
Beskrivelse Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.
Filstørrelse 121 KB
Antal Installationer 53
Nuværende Version 1.11
Senest Opdateret 2015-07-21
Udgivelsesdato 2015-07-20
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler bousquet.dominik
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}