The Distraction Shield

Divert attention from social media websites towards learning a new language

¿Qué es The Distraction Shield?

The Distraction Shield es una extensión de Chrome desarrollada por Jeroen Overschie, y su función principal es "Divert attention from social media websites towards learning a new language".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión The Distraction Shield

Descarga archivos de extensión The Distraction Shield 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

                        The Distraction Shield is a browser extension designed to take advantage of our human nature. It is a very common scenario to find ourselves browsing sites such as Facebook or Reddit while we are supposed to be working. The Distraction Shield can help you to do something useful and enriching; a distraction 'Aikido'.

The main functionality of The Distraction Shield extension is to detect when the user enters a website that they consider a distraction. It then presents a language exercise instead. Once the user has completed the exercise, they will be free to continue onto the original site. The user can choose for which sites the redirection should happen, by adding domain names to a blacklist.

The Distraction Shield is open source: https://github.com/zeeguu-ecosystem/Distraction-Shield                    

Información Básica de la Extensión

Nombre The Distraction Shield The Distraction Shield
ID amfblmhlmfdgfmhbabmogollefabdgjd
URL Oficial https://chromewebstore.google.com/detail/the-distraction-shield/amfblmhlmfdgfmhbabmogollefabdgjd
Descripción Divert attention from social media websites towards learning a new language
Tamaño del Archivo 1.91 MB
Cantidad de Instalaciones 18
Versión Actual 3.0.0
Última Actualización 2019-07-25
Fecha de Publicación 2019-07-21
Calificación 4.33/5 Total de 3 Calificaciones
Desarrollador Jeroen Overschie
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/zeeguu-ecosystem/Distraction-Shield
URL de la Página de Ayuda https://github.com/zeeguu-ecosystem/Distraction-Shield/wiki
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Distraction Shield",
    "name": "The Distraction Shield",
    "description": "Divert attention from social media websites towards learning a new language",
    "version": "3.0.0",
    "icons": {
        "128": "\/images\/aikido.png"
    },
    "offline_enabled": false,
    "browser_action": {
        "default_icon": "\/images\/aikido.png",
        "default_title": "Distraction Shield",
        "default_popup": "\/index.html"
    },
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "idle",
        "alarms",
        "history",
        ""
    ],
    "web_accessible_resources": [
        "\/images\/aikido.png"
    ],
    "options_page": "\/index.html?page=options"
}