Just Sayori Screen Saver : DDLC
A screensaver of Sayori from doki doki literature club (DDLC) game with Blinking animations to spend time with Sayori.
¿Qué es Just Sayori Screen Saver : DDLC?
Just Sayori Screen Saver : DDLC es una extensión de Chrome desarrollada por https://kronosdevstudio.com, y su función principal es "A screensaver of Sayori from doki doki literature club (DDLC) game with Blinking animations to spend time with Sayori.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Just Sayori Screen Saver : DDLC
Descarga archivos de extensión Just Sayori Screen Saver : DDLC en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension displays a screensaver of Sayori with Blinking animation from Doki Doki Literature Club: Youtube Preview https://www.youtube.com/watch?v=IO1rtF8kMwM Website - https://kronosdevstudio.com Features: * Animated wallpapers/screensavers. * Wait time after machine becomes idle to display screensaver * A scheduler to control when the screensaver, display, and computer should remain on * Background sound * Do not display over full screen Chrome windows (e.g., YouTube, Netflix) * Do not show screensaver when a media (e.g. Video, Audio) is playing * Do not show screensaver when browser is minimized * Display time * Show on all displays * Support multiple languages Works great on all platforms. Please rate this if you find it of value. Thank you. Social Links: * Facebook - https://www.facebook.com/kronosdevstudio * Twitter - https://twitter.com/kronosdevstudio Disclaimer: This is a fan made extension. I do not own any images or audio content used in this extension. All credit and rights goes to the creater of game.
Información Básica de la Extensión
Nombre | Just Sayori Screen Saver : DDLC |
ID | gkgmfofionkgdaedoekpafkgpddhkbep |
URL Oficial | https://chromewebstore.google.com/detail/just-sayori-screen-saver/gkgmfofionkgdaedoekpafkgpddhkbep |
Descripción | A screensaver of Sayori from doki doki literature club (DDLC) game with Blinking animations to spend time with Sayori. |
Tamaño del Archivo | 10.42 MB |
Cantidad de Instalaciones | 347 |
Versión Actual | 1.0.2 |
Última Actualización | 2022-06-17 |
Fecha de Publicación | 2020-06-01 |
Calificación | 4.82/5 Total de 11 Calificaciones |
Desarrollador | https://kronosdevstudio.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://kronosdevstudio.com/just-sayori-screen-saver |
URL de la Página de Ayuda | https://kronosdevstudio.com/just-sayori-screen-saver |
URL de la Página de Política de Privacidad | https://kronosdevstudio.com/privacy-policy |
Idiomas Soportados | de,en,fr,nl,es,it,ru,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_TITLE_JS__", "short_name": "__MSG_TITLE_JS__", "description": "__MSG_DESCRIPTION_JS__", "version": "1.0.2", "minimum_chrome_version": "38", "icons": { "16": "\/images\/icon_16.png", "32": "\/images\/icon_32.png", "48": "\/images\/icon_48.png", "128": "\/images\/icon_128.png" }, "permissions": [ "storage", "idle", "system.display" ], "optional_permissions": [ "background" ], "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com https:\/\/apis.google.com\/ https:\/\/www.google-analytics.com; object-src 'self'", "background": { "persistent": false, "page": "\/background.html" }, "default_locale": "en", "browser_action": { "default_title": "__MSG_TITLE_JS__", "16": "\/images\/icon_16.png", "24": "\/images\/icon_24.png", "32": "\/images\/icon_32.png" }, "options_ui": { "page": "\/index.html", "open_in_tab": true } } |