Oof!
Plays the Roblox oof sound on tab close!
什麼是Oof!?
Oof!是由shan開發的Chrome擴展程式,該擴展的主要功能是“Plays the Roblox oof sound on tab close!”。
擴展截圖
下載Oof!擴展crx文件
下載Oof!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extension that plays the Roblox "Oof" sound whenever you close a tab!
擴展基本資訊
名稱 | Oof! |
ID | megabacfdcdkoigeenelkfaenmociipc |
官方網址 | 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 } |