Dopanope

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

What is Dopanope?

Dopanope is a Chrome extension developed by Boss as a Service, and its main feature is "Block distracting sites by putting your impatience to work for you.".

Extension Screenshots

screenshot

Download Dopanope Extension CRX File

Download Dopanope extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dopanope Dopanope
ID bbpdpjjmikfofiifgfcdbpbmmeiglemh
Official URL https://chromewebstore.google.com/detail/dopanope/bbpdpjjmikfofiifgfcdbpbmmeiglemh
Description Block distracting sites by putting your impatience to work for you.
File Size 120 KB
Installation Count 174
Current Version 0.0.1
Last Updated 2023-03-25
Publish Date 2023-02-20
Rating 4.80/5 Total 5 Ratings
Developer Boss as a Service
Email [email protected]
Payment Type free
Extension Website https://bossasaservice.com/
Privacy Policy Page URL https://bossasaservice.com/dopanope-privacy-policy
Supported Languages 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"
    }
}