The Distraction Shield

Divert attention from social media websites towards learning a new language

Was ist The Distraction Shield?

The Distraction Shield ist eine Chrome-Erweiterung, die von Jeroen Overschie entwickelt wurde, und ihr Hauptmerkmal ist "Divert attention from social media websites towards learning a new language".

Erweiterungsscreenshots

screenshot
screenshot

The Distraction Shield-Erweiterungs-CRX-Datei herunterladen

Laden Sie The Distraction Shield-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name The Distraction Shield The Distraction Shield
ID amfblmhlmfdgfmhbabmogollefabdgjd
Offizielle URL https://chromewebstore.google.com/detail/the-distraction-shield/amfblmhlmfdgfmhbabmogollefabdgjd
Beschreibung Divert attention from social media websites towards learning a new language
Dateigröße 1.91 MB
Installationsanzahl 18
Aktuelle Version 3.0.0
Letztes Update 2019-07-25
Veröffentlichungsdatum 2019-07-21
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler Jeroen Overschie
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/zeeguu-ecosystem/Distraction-Shield
Hilfeseite URL https://github.com/zeeguu-ecosystem/Distraction-Shield/wiki
Unterstützte Sprachen 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"
}