Opaco focus

A single button to turn off all notifications and block off distracting website content.

Was ist Opaco focus?

Opaco focus ist eine Chrome-Erweiterung, die von Mikk Martin entwickelt wurde, und ihr Hauptmerkmal ist "A single button to turn off all notifications and block off distracting website content.".

Erweiterungsscreenshots

screenshot
screenshot

Opaco focus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Opaco focus-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

                        What's even more convenient is that Opaco syncs with your phone's focus mode. So you can mute notifications along with hiding distracting content like the twitter timeline and youtube recommendations. Simply set your phone's focus mode and Opaco will automatically activate on your computer, keeping you in the zone and free from distractions.                    

Grundlegende Informationen zur Erweiterung

Name Opaco focus Opaco focus
ID apfafnpdlbohbnbbmngbbiabbgkeclia
Offizielle URL https://chromewebstore.google.com/detail/opaco-focus/apfafnpdlbohbnbbmngbbiabbgkeclia
Beschreibung A single button to turn off all notifications and block off distracting website content.
Dateigröße 960 KB
Installationsanzahl 80
Aktuelle Version 0.9.5
Letztes Update 2023-08-02
Veröffentlichungsdatum 2023-05-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Mikk Martin
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.754a7afc.png",
        "32": "icon32.plasmo.1b596b7f.png",
        "48": "icon48.plasmo.9c45e82d.png",
        "64": "icon64.plasmo.696cf0ec.png",
        "128": "icon128.plasmo.f5004619.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.754a7afc.png",
            "32": "icon32.plasmo.1b596b7f.png",
            "48": "icon48.plasmo.9c45e82d.png",
            "64": "icon64.plasmo.696cf0ec.png",
            "128": "icon128.plasmo.f5004619.png"
        }
    },
    "version": "0.9.5",
    "author": "mikkmartin",
    "name": "Opaco focus",
    "description": "A single button to turn off all notifications and block off distracting website content.",
    "background": {
        "service_worker": "background.b78a8f7f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "overlay.0b883f6b.js"
            ],
            "run_at": "document_start",
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "menu.b7a6013e.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}