Smart Mute

Listen to audio one tab at a time.

Τι είναι το Smart Mute;

Το Smart Mute είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chyno Deluxe, και η κύρια λειτουργία του είναι "Listen to audio one tab at a time.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Smart Mute

Λήψη αρχείων επέκτασης Smart Mute σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Tired of having multiple tabs play audio simultaneously?

Take back control of your audio experience with Smart Mute and listen to audio one tab at a time.

----------------------------
NOTE: 
- This extension does NOT pause any media, it will only mute it. 
- Short-keys and right-click settings are not currently available but are being considered for future release
----------------------------

Additional Features:

Mute / Unmute Tab
Individually Mute or Unmute tabs temporarily without having to Whitelist/Blacklist every website you visit. 

Silent Mode
Prefer to browse the web in complete silence? Give Silent Mode a try. Silent Mode prevents any audio from playing in your browser. Pairing this feature with Smart Mute's Whitelist feature can give you even more control of what you hear while browsing.

Whitelist
Enjoy listening to your favorite podcast or music playlist in the background while you browse the web? Ensure your listening experience never gets interrupted again by adding it to Smart Mute's Whitelist.

Blacklist
Hate when websites have auto-playing videos and advertisements? Add those annoying sites to Smart Mute's Blacklist and hear the sweet sounds of silence.

Additional Permissions Required
Smart Mute's Whitelist and Blacklist feature requires access to website URLs. This information is used — in real-time — to compare the websites a user visits and those that are listed.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Smart Mute Smart Mute
ID apadglapdamclpaedknbefnbcajfebgh
Επίσημο URL https://chromewebstore.google.com/detail/smart-mute/apadglapdamclpaedknbefnbcajfebgh
Περιγραφή Listen to audio one tab at a time.
Μέγεθος Αρχείου 103 KB
Αριθμός Εγκαταστάσεων 13,437
Τρέχουσα Έκδοση 5.4.7
Τελευταία Ενημέρωση 2023-08-25
Ημερομηνία Δημοσίευσης 2020-04-20
Αξιολόγηση 4.50/5 Συνολικά 102 Αξιολογήσεις
Προγραμματιστής Chyno Deluxe
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Mute",
    "short_name": "Smart Mute",
    "description": "Listen to audio one tab at a time.",
    "version": "5.4.7",
    "author": "Chyno Deluxe",
    "icons": {
        "128": "\/assets\/img\/icon.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/img\/icon.png",
        "default_popup": "views\/popup\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "\/assets\/js\/global\/chrome-api.js",
            "\/assets\/js\/tracking.js",
            "\/assets\/js\/global\/extension-api.js",
            "\/assets\/js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/use.fontawesome.com\/9cd235f51a.js; object-src 'self'"
}