Anti Ear Blaster
Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.
Qu'est-ce que Anti Ear Blaster ?
Anti Ear Blaster est une extension Chrome développée par Joker Development, et sa fonction principale est "Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Anti Ear Blaster
Téléchargez les fichiers d'extension Anti Ear Blaster au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Sets the volume level of all html audio and video players automatically to a chosen volume level. You can also unmute all players automatically if you want.
Informations de Base sur l'Extension
Nom | |
ID | lilnheebfjnjfcgbpfggefmmibfbfjoo |
URL Officiel | https://chrome.google.com/webstore/detail/anti-ear-blaster/lilnheebfjnjfcgbpfggefmmibfbfjoo |
Description | Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it. |
Taille du Fichier | 45.5 KB |
Nombre d'Installations | 78 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-01-07 |
Date de Publication | 2019-12-30 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Joker Development |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti Ear Blaster", "version": "1.1", "description": "Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.", "permissions": [ "tabs", "declarativeContent", "storage" ], "browser_action": { "default_popup": "html\/menu.html", "default_icon": { "16": "assets\/img\/icons\/icon16.png", "32": "assets\/img\/icons\/icon32.png", "48": "assets\/img\/icons\/icon48.png", "128": "assets\/img\/icons\/icon128.png" } }, "icons": { "16": "assets\/img\/icons\/icon16.png", "32": "assets\/img\/icons\/icon32.png", "48": "assets\/img\/icons\/icon48.png", "128": "assets\/img\/icons\/icon128.png" }, "content_scripts": [ { "js": [ "assets\/js\/ext\/jquery.min.js", "assets\/js\/background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 2 } |