Opaco focus

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

Opaco focusとは何ですか?

Opaco focusはMikk Martinによって開発されたChromeの拡張機能で、その主な機能は「A single button to turn off all notifications and block off distracting website content.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Opaco focus拡張機能のCRXファイルをダウンロード

Opaco focus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Opaco focus Opaco focus
ID apfafnpdlbohbnbbmngbbiabbgkeclia
公式URL https://chromewebstore.google.com/detail/opaco-focus/apfafnpdlbohbnbbmngbbiabbgkeclia
説明 A single button to turn off all notifications and block off distracting website content.
ファイルサイズ 960 KB
インストール数 80
現在のバージョン 0.9.5
最終更新日 2023-08-02
公開日 2023-05-24
評価 5.00/5 合計 1 レビュー
開発者 Mikk Martin
Eメール [email protected]
支払い方法 free
対応言語 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:\/\/*\/*"
    ]
}