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