Evil Souleater

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

Evil Souleaterคืออะไร?

Evil Souleater เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bousquet.dominik และคุณลักษณะหลักของมันคือ "Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Evil Souleater

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}