Dopanope

Block distracting sites by putting your impatience to work for you.

Dopanopeとは何ですか?

DopanopeはBoss as a Serviceによって開発されたChromeの拡張機能で、その主な機能は「Block distracting sites by putting your impatience to work for you.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Dopanope makes you wait before you can access your favorite time-wasting websites, decoupling the action from the neurological reward. Put your impatience to work for you and stop mindlessly browsing the internet.                    

拡張機能の基本情報

名前 Dopanope Dopanope
ID bbpdpjjmikfofiifgfcdbpbmmeiglemh
公式URL https://chromewebstore.google.com/detail/dopanope/bbpdpjjmikfofiifgfcdbpbmmeiglemh
説明 Block distracting sites by putting your impatience to work for you.
ファイルサイズ 120 KB
インストール数 174
現在のバージョン 0.0.1
最終更新日 2023-03-25
公開日 2023-02-20
評価 4.80/5 合計 5 レビュー
開発者 Boss as a Service
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bossasaservice.com/
プライバシーポリシーページのURL https://bossasaservice.com/dopanope-privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dopanope",
    "description": "Block distracting sites by putting your impatience to work for you.",
    "version": "0.0.1",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "overlay.css",
                "img\/*.png",
                "fonts\/*.otf",
                "popup.css",
                "popup.js",
                "options.html",
                "icon-128.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "moment.js",
                "script.js"
            ],
            "run_at": "document_start",
            "css": [
                "overlay.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon-128-blue.png"
    },
    "icons": {
        "16": "img\/icon-16-blue.png",
        "19": "img\/icon-19-blue.png",
        "38": "img\/icon-38-blue.png",
        "48": "img\/icon-48-blue.png",
        "128": "img\/icon-128-blue.png"
    }
}