PopupSound

Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.

PopupSound क्या है?

PopupSound em_te द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file."।

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

screenshot

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

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

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

                        A delightful tool for people who love the joy of sounds to their ears.

When clicking on links that navigate to another page, a quiet "click" sound will be played.

When after a file has finished downloading, a "trumpet" sound pops through the speakers.

When a file which is downloading encounters an error, a "plonk" sound blissfully nudges awake the user.

Why:

The internet is a very bland place where only our visual sense get tickled. Our interactions with the Internet is strangely quiet in a world where all 5 senses usually get bombarded with stimulation.

This extension brings that exhuberating sense back to the Internet by having an audible reaction to our actions sort of like the popups in popup books.                    

एक्सटेंशन की मूल जानकारी

नाम PopupSound PopupSound
ID kjhffdfdniogmdjbgepekhidjbioofia
आधिकारिक URL https://chromewebstore.google.com/detail/popupsound/kjhffdfdniogmdjbgepekhidjbioofia
विवरण Plays a click sound when you click on a link. Also plays a trumpet sound when you finish downloading a file.
फ़ाइल का आकार 55.29 KB
स्थापना संख्या 473
वर्तमान संस्करण 0.3
अंतिम अपडेट 2021-05-09
प्रकाशन तिथि 2020-08-11
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर em_te
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://em-te.github.io/privacy
समर्थित भाषाएँ de,en,fr,nl,es,it,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "Terry",
    "version": "0.3",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "32": "icon_32.png",
        "96": "icon_96.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "downloads"
    ]
}