asmr mode
This extension will cancel the sound of youtube ads and replace the sound with asmr sounds.
Wat is asmr mode?
asmr mode is een Chrome-extensie ontwikkeld door olinawu3w, en de belangrijkste functie is "This extension will cancel the sound of youtube ads and replace the sound with asmr sounds.".
Extensie Screenshots
Download het CRX-bestand van de extensie asmr mode
Download asmr mode-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
This extension will cancel the sound of youtube ads and replace the sound with ASMR sounds of the user's choice. Currently, there are 3 ASMR replacement sounds to choose from: 1. cozy fireplace 2. rain 3. garden sounds The user can also choose to not have any replacement sounds.
Basisinformatie over de Extensie
Naam | asmr mode |
ID | gjknipgeimfanjlgmjjjdfoiakpeihal |
Officiële URL | https://chromewebstore.google.com/detail/asmr-mode/gjknipgeimfanjlgmjjjdfoiakpeihal |
Beschrijving | This extension will cancel the sound of youtube ads and replace the sound with asmr sounds. |
Bestandsgrootte | 60.43 MB |
Aantal Installaties | 124 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-01-20 |
Publicatiedatum | 2021-01-20 |
Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | olinawu3w |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "asmr mode", "description": "This extension will cancel the sound of youtube ads and replace the sound with asmr sounds.", "version": "0.1.0", "manifest_version": 2, "icons": { "16": "media\/icon\/icon_small.png", "32": "media\/icon\/icon_small.png", "48": "media\/icon\/icon_big.png", "128": "media\/icon\/icon_big.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_popup": "popup.html" } } |