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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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