Jump Scare
Allows users to display a jump scare on defined sites
Co to jest Jump Scare?
Jump Scare to rozszerzenie Chrome opracowane przez ghc_chrome_extensions, a jego główną funkcją jest „Allows users to display a jump scare on defined sites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jump Scare
Pobierz pliki rozszerzeń Jump Scare w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mcgppfmilllaikblfoknoiilgkcmcepo |
Oficjalny URL | https://chrome.google.com/webstore/detail/jump-scare/mcgppfmilllaikblfoknoiilgkcmcepo |
Opis | Allows users to display a jump scare on defined sites |
Rozmiar pliku | 2.04 MB |
Liczba instalacji | 117 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2019-05-31 |
Data Publikacji | 2019-05-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | ghc_chrome_extensions |
Typ Płatności | in_app |
Obsługiwane Języki | 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" ] } |