Oof!

Plays the Roblox oof sound on tab close!

Co to jest Oof!?

Oof! to rozszerzenie Chrome opracowane przez shan, a jego główną funkcją jest „Plays the Roblox oof sound on tab close!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Oof!

Pobierz pliki rozszerzeń Oof! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Oof! Oof!
ID megabacfdcdkoigeenelkfaenmociipc
Oficjalny URL https://chromewebstore.google.com/detail/oof/megabacfdcdkoigeenelkfaenmociipc
Opis Plays the Roblox oof sound on tab close!
Rozmiar pliku 32.87 KB
Liczba instalacji 7,669
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2022-06-29
Data Publikacji 2018-11-14
Ocena 4.50/5 Łącznie 60 Oceny
Deweloper shan
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ShantnuS/oof-on-close
Obsługiwane Języki 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
}