Oof!

Plays the Roblox oof sound on tab close!

Oof! क्या है?

Oof! shan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plays the Roblox oof sound on tab close!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Oof! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}