Mute Site
Mute sites by hostname completely
What is Mute Site?
Mute Site is a Chrome extension developed by https://prasanth.info, and its main feature is "Mute sites by hostname completely".
Extension Screenshots
Download Mute Site Extension CRX File
Download Mute Site 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
Mute websites by hostname permanently. User can untoggled that behavior
Extension Basic Information
Name | Mute Site |
ID | phgcpmjiokheliapadjbpocmngbepini |
Official URL | https://chromewebstore.google.com/detail/mute-site/phgcpmjiokheliapadjbpocmngbepini |
Description | Mute sites by hostname completely |
File Size | 23.06 KB |
Installation Count | 123 |
Current Version | 0.1 |
Last Updated | 2021-01-11 |
Publish Date | 2021-01-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://prasanth.info |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "out\/background.js" ] }, "browser_action": { "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "default_title": "Mute Tab" }, "description": "Mute sites by hostname completely", "homepage_url": "https:\/\/github.com\/cedric05", "icons": { "128": "data\/icons\/128.png", "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "manifest_version": 2, "name": "Mute Site", "permissions": [ "storage", "tabs" ], "short_name": "mute-site", "version": "0.1", "extension_id": "b98837b0-c020-42b0-b4dc-6866ee963d28", "unique_id": "extension_id" } |