Oof!
Plays the Roblox oof sound on tab close!
What is Oof!?
Oof! is a Chrome extension developed by shan, and its main feature is "Plays the Roblox oof sound on tab close!".
Extension Screenshots
Download Oof! Extension CRX File
Download Oof! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension that plays the Roblox "Oof" sound whenever you close a tab!
Extension Basic Information
Name | Oof! |
ID | megabacfdcdkoigeenelkfaenmociipc |
Official URL | https://chromewebstore.google.com/detail/oof/megabacfdcdkoigeenelkfaenmociipc |
Description | Plays the Roblox oof sound on tab close! |
File Size | 32.87 KB |
Installation Count | 7,669 |
Current Version | 1.1.3 |
Last Updated | 2022-06-29 |
Publish Date | 2018-11-14 |
Rating | 4.50/5 Total 60 Ratings |
Developer | shan |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ShantnuS/oof-on-close |
Supported Languages | 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 } |