Evil Souleater

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

Τι είναι το Evil Souleater;

Το Evil Souleater είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bousquet.dominik, και η κύρια λειτουργία του είναι "Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Evil Souleater

Λήψη αρχείων επέκτασης Evil Souleater σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Evil Souleater Evil Souleater
ID mfahlkfpofjjdhelmbippkbliknomnkp
Επίσημο URL https://chromewebstore.google.com/detail/evil-souleater/mfahlkfpofjjdhelmbippkbliknomnkp
Περιγραφή Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.
Μέγεθος Αρχείου 121 KB
Αριθμός Εγκαταστάσεων 53
Τρέχουσα Έκδοση 1.11
Τελευταία Ενημέρωση 2015-07-21
Ημερομηνία Δημοσίευσης 2015-07-20
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής bousquet.dominik
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}