Jump Scare

Allows users to display a jump scare on defined sites

ما هو Jump Scare؟

Jump Scare هو إضافة Chrome تم تطويرها بواسطة ghc_chrome_extensions، والميزة الرئيسية لها هي "Allows users to display a jump scare on defined sites".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Jump Scare

قم بتنزيل ملفات الامتداد Jump Scare بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        With this extension, you can specify websites in which to randomly display a jump scare image and sound to remind yourself that you don't want to be on that, perhaps unproductive, site. You can use this extension to condition yourself not to go to sites of your choosing.

This extension is mostly for fun. Warning: users may find some of the scary images disturbing.                    

معلومات أساسية عن التمديد

الاسم Jump Scare Jump Scare
ID mcgppfmilllaikblfoknoiilgkcmcepo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/jump-scare/mcgppfmilllaikblfoknoiilgkcmcepo
الوصف Allows users to display a jump scare on defined sites
حجم الملف 2.04 MB
عدد التثبيتات 117
النسخة الحالية 1.0.0
آخر تحديث 2019-05-31
تاريخ النشر 2019-05-26
تقييم 5.00/5 مجموع تقييمات 1
المطور ghc_chrome_extensions
نوع الدفع in_app
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jump Scare",
    "version": "1.0.0",
    "description": "Allows users to display a jump scare on defined sites",
    "icons": {
        "16": "images\/scary-icon-16.png",
        "48": "images\/scary-icon-48.png",
        "128": "images\/scary-icon-128.png"
    },
    "content_scripts": [
        {
            "css": [
                "main\/main.css"
            ],
            "js": [
                "main\/main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "images\/*.jpg",
        "images\/*.jpeg",
        "sounds\/*.mp3"
    ]
}