Crowwwww

A judgmental crow for your browser

Cos'è Crowwwww?

Crowwwww è un'estensione di Chrome sviluppata da davidmaamoaix, e la sua funzione principale è "A judgmental crow for your browser".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Crowwwww

Scarica i file di estensione Crowwwww in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Crowwwww Crowwwww
ID ijnloopngpeiofbploocgggghjocpgol
URL Ufficiale https://chromewebstore.google.com/detail/crowwwww/ijnloopngpeiofbploocgggghjocpgol
Descrizione A judgmental crow for your browser
Dimensione del File 150 KB
Conteggio Installazioni 47
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-06-10
Data di Pubblicazione 2021-06-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore davidmaamoaix
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/davidmaamoaix/crowwwww
URL della Pagina di Aiuto https://github.com/davidmaamoaix/crowwwww/issues
Lingue Supportate 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}