Oof!

Plays the Roblox oof sound on tab close!

Oof!とは何ですか?

Oof!はshanによって開発されたChromeの拡張機能で、その主な機能は「Plays the Roblox oof sound on tab close!」です。

拡張機能のスクリーンショット

screenshot

Oof!拡張機能のCRXファイルをダウンロード

Oof!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Oof! Oof!
ID megabacfdcdkoigeenelkfaenmociipc
公式URL https://chromewebstore.google.com/detail/oof/megabacfdcdkoigeenelkfaenmociipc
説明 Plays the Roblox oof sound on tab close!
ファイルサイズ 32.87 KB
インストール数 7,669
現在のバージョン 1.1.3
最終更新日 2022-06-29
公開日 2018-11-14
評価 4.50/5 合計 60 レビュー
開発者 shan
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ShantnuS/oof-on-close
対応言語 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
}