Oof!
Plays the Roblox oof sound on tab close!
Wat is Oof!?
Oof! is een Chrome-extensie ontwikkeld door shan, en de belangrijkste functie is "Plays the Roblox oof sound on tab close!".
Extensie Screenshots
Download het CRX-bestand van de extensie Oof!
Download Oof!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension that plays the Roblox "Oof" sound whenever you close a tab! Basisinformatie over de Extensie
| Naam | |
| ID | megabacfdcdkoigeenelkfaenmociipc |
| Officiële URL | https://chromewebstore.google.com/detail/oof/megabacfdcdkoigeenelkfaenmociipc |
| Beschrijving | Plays the Roblox oof sound on tab close! |
| Bestandsgrootte | 32.87 KB |
| Aantal Installaties | 7,669 |
| Huidige Versie | 1.1.3 |
| Laatst Bijgewerkt | 2022-06-29 |
| Publicatiedatum | 2018-11-14 |
| Beoordeling | 4.50/5 Totaal 60 Beoordelingen |
| Ontwikkelaar | shan |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ShantnuS/oof-on-close |
| Ondersteunde Talen | 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
} | |