Evil Souleater

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

什麼是Evil Souleater?

Evil Souleater是由bousquet.dominik開發的Chrome擴展程式,該擴展的主要功能是“Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.”。

擴展截圖

screenshot

下載Evil Souleater擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}