asmr mode
This extension will cancel the sound of youtube ads and replace the sound with asmr sounds.
Τι είναι το asmr mode;
Το asmr mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον olinawu3w, και η κύρια λειτουργία του είναι "This extension will cancel the sound of youtube ads and replace the sound with asmr sounds.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης asmr mode
Λήψη αρχείων επέκτασης asmr mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | asmr mode |
ID | gjknipgeimfanjlgmjjjdfoiakpeihal |
Επίσημο URL | https://chromewebstore.google.com/detail/asmr-mode/gjknipgeimfanjlgmjjjdfoiakpeihal |
Περιγραφή | This extension will cancel the sound of youtube ads and replace the sound with asmr sounds. |
Μέγεθος Αρχείου | 60.43 MB |
Αριθμός Εγκαταστάσεων | 124 |
Τρέχουσα Έκδοση | 0.1.0 |
Τελευταία Ενημέρωση | 2021-01-20 |
Ημερομηνία Δημοσίευσης | 2021-01-20 |
Αξιολόγηση | 3.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | olinawu3w |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |