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
官方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"
            ]
        }
    ]
}