Outside Sound

Applies a filter to currently playing audio and makes it sound like you have left the room.

Wat is Outside Sound?

Outside Sound is een Chrome-extensie ontwikkeld door thezanke, en de belangrijkste functie is "Applies a filter to currently playing audio and makes it sound like you have left the room.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Outside Sound

Download Outside Sound-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

                        When activated, creates a lowpass filter node in the HTML5 Audio API sound graph and routes the sound from all 

Basisinformatie over de Extensie

Naam Outside Sound Outside Sound
ID lebiilodohbecpcjkjfekdeckepapieh
Officiële URL https://chromewebstore.google.com/detail/outside-sound/lebiilodohbecpcjkjfekdeckepapieh
Beschrijving Applies a filter to currently playing audio and makes it sound like you have left the room.
Bestandsgrootte 9.54 KB
Aantal Installaties 94
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-10-19
Publicatiedatum 2020-10-08
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar thezanke
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://alexhoward.io
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Outside Sound",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Applies a filter to currently playing audio and makes it sound like you have left the room.",
    "homepage_url": "https:\/\/alexhoward.io",
    "icons": {
        "128": "icons\/icon128-outside.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128-inside.png",
        "default_title": "Step outside ->"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject.js"
            ]
        }
    ]
}