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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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