Oof!

Plays the Roblox oof sound on tab close!

Cos'è Oof!?

Oof! è un'estensione di Chrome sviluppata da shan, e la sua funzione principale è "Plays the Roblox oof sound on tab close!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Oof!

Scarica i file di estensione Oof! 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

                        Extension that plays the Roblox "Oof" sound whenever you close a tab!                    

Informazioni di Base sull'Estensione

Nome Oof! Oof!
ID megabacfdcdkoigeenelkfaenmociipc
URL Ufficiale https://chromewebstore.google.com/detail/oof/megabacfdcdkoigeenelkfaenmociipc
Descrizione Plays the Roblox oof sound on tab close!
Dimensione del File 32.87 KB
Conteggio Installazioni 7,669
Versione Corrente 1.1.3
Ultimo Aggiornamento 2022-06-29
Data di Pubblicazione 2018-11-14
Valutazione 4.50/5 Totale 60 Valutazioni
Sviluppatore shan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ShantnuS/oof-on-close
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oof!",
    "version": "1.1.3",
    "description": "Plays the Roblox oof sound on tab close!",
    "permissions": [],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}