Evil Souleater

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

Apa itu Evil Souleater?

Evil Souleater adalah ekstensi Chrome yang dikembangkan oleh bousquet.dominik, dan fitur utamanya adalah "Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Evil Souleater

Unduh file ekstensi Evil Souleater dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Evil Souleater Evil Souleater
ID mfahlkfpofjjdhelmbippkbliknomnkp
URL Resmi https://chromewebstore.google.com/detail/evil-souleater/mfahlkfpofjjdhelmbippkbliknomnkp
Deskripsi Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.
Ukuran File 121 KB
Jumlah Instalasi 53
Versi Saat Ini 1.11
Terakhir Diperbarui 2015-07-21
Tanggal Publikasi 2015-07-20
Penilaian 5.00/5 Total 2 Penilaian
Pengembang bousquet.dominik
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}