Crowwwww

A judgmental crow for your browser

什么是Crowwwww?

Crowwwww是由davidmaamoaix开发的Chrome扩展程序,该扩展的主要功能是“A judgmental crow for your browser”。

扩展截图

screenshot

下载Crowwwww扩展crx文件

下载Crowwwww扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The one and only Crow of Judgment, now in your Chrome to judge your life choices.

Crowwwww is a Chrome plugin that keeps you from getting distracted by irrelevant websites during your work. Whenever you look at random websites such as Facebook or YouTube, a judgmental crow will appear to stare at you in the eye, forcing you to reconsider your life decisions and go back to work.


Settings:

- Appear Frequency (seconds): How frequent the crow should appear to judge you.
- Stay Duration (seconds): How long the crow should stay each time. Set to -1 for infinite duration.
- Crow Size: Crows come in all sizes. Select a crow size in the drop-down menu.
- Site List: A list of (work-irrelevant/entertainment) sites on which the crow should appear to remind you to get back to work.
Settings are updated after refreshing the page.                    

扩展基本信息

名称 Crowwwww Crowwwww
ID ijnloopngpeiofbploocgggghjocpgol
官方URL https://chromewebstore.google.com/detail/crowwwww/ijnloopngpeiofbploocgggghjocpgol
简介 A judgmental crow for your browser
文件大小 150 KB
安装次数 47
当前版本 1.0.0
更新时间 2021-06-10
上架时间 2021-06-09
评分 5.00/5 共1次评分
开发者 davidmaamoaix
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/davidmaamoaix/crowwwww
帮助页面URL https://github.com/davidmaamoaix/crowwwww/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crowwwww",
    "description": "A judgmental crow for your browser",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "page_load.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "options.html",
        "default_icon": {
            "16": "\/images\/crow_icon.png",
            "32": "\/images\/crow_icon.png",
            "64": "\/images\/crow_icon.png",
            "128": "\/images\/crow_icon.png"
        }
    },
    "icons": {
        "16": "\/images\/crow_icon.png",
        "32": "\/images\/crow_icon.png",
        "64": "\/images\/crow_icon.png",
        "128": "\/images\/crow_icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "crows\/crow.jpg",
                "crows\/crow_hd.jpg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}