Yandex Music Ad Muter!
My first Chrome App.
What is Yandex Music Ad Muter!?
Yandex Music Ad Muter! is a Chrome extension developed by Knight Slayer, and its main feature is "My first Chrome App.".
Extension Screenshots
Download Yandex Music Ad Muter! Extension CRX File
Download Yandex Music Ad Muter! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Выключает звук вкладки с яндексой музыкой во время рекламы на
Extension Basic Information
Name | |
ID | hhfiakmmlhebnpijmfgnejjggogkcbhk |
Official URL | https://chromewebstore.google.com/detail/yandex-music-ad-muter/hhfiakmmlhebnpijmfgnejjggogkcbhk |
Description | My first Chrome App. |
File Size | 3.67 KB |
Installation Count | 74 |
Current Version | 0.1 |
Last Updated | 2017-05-29 |
Publish Date | 2017-05-29 |
Rating | 3.80/5 Total 5 Ratings |
Developer | Knight Slayer |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yandex Music Ad Muter!", "description": "My first Chrome App.", "version": "0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/radio.yandex.ru\/*", "https:\/\/music.yandex.ru\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ] } |