Otli - Distraction Blocker

Hide distracting content while using powerful platforms

Qu'est-ce que Otli - Distraction Blocker ?

Otli - Distraction Blocker est une extension Chrome développée par https://otli.io, et sa fonction principale est "Hide distracting content while using powerful platforms".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Otli - Distraction Blocker

Téléchargez les fichiers d'extension Otli - Distraction Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        --- Description --- 

Internet platforms empower users. By design, you stay longer on these platforms then you anticipated. Otli hides distracting features from these platforms to let you focus on what you intended to do. 

Use Otli to focus on what you intended to do during study, work or leisure time 

--- Features --- 

- Hide distracting elements from websites  
- Quickly disable the distraction blocker to reach the content you need. 
- Dark Mode compatible 
- Display custom message on all overlays

--- Supported Platforms --- 

- YouTube: Hide suggested videos and related videos 
- Facebook: Hide Facebook feed and Stories                    

Informations de Base sur l'Extension

Nom Otli - Distraction Blocker Otli - Distraction Blocker
ID meckchggenmdhalojdfhidehacdhbdmj
URL Officiel https://chromewebstore.google.com/detail/otli-distraction-blocker/meckchggenmdhalojdfhidehacdhbdmj
Description Hide distracting content while using powerful platforms
Taille du Fichier 1.18 MB
Nombre d'Installations 87
Version Actuelle 1.9
Dernière Mise à Jour 2022-07-25
Date de Publication 2020-11-27
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://otli.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.otli.io
URL de la Page d'Aide https://www.otli.io
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Otli - Distraction Blocker",
    "short_name": "Otli",
    "version": "1.9.1",
    "version_name": "1.9",
    "description": "Hide distracting content while using powerful platforms",
    "author": "Vadim Gouskov",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Otli"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "content-style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-style.css",
                "popup.css",
                "options.css"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/otli-logo-icon-16.png",
        "32": "assets\/otli-logo-icon-32.png",
        "48": "assets\/otli-logo-icon-48.png",
        "64": "assets\/otli-logo-icon-64.png",
        "128": "assets\/otli-logo-icon-128.png"
    }
}