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
电子邮箱 [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
}