Page Muter
Mute the whole page by just one click!
Page Muter क्या है?
Page Muter https://www.nzfun.cn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mute the whole page by just one click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Page Muter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With Page Muter, you can mute your whole page with just one click. You will like it.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | leadihbifcpejoijpbehieoinfmjaedh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/page-muter/leadihbifcpejoijpbehieoinfmjaedh |
विवरण | Mute the whole page by just one click! |
फ़ाइल का आकार | 408 KB |
स्थापना संख्या | 115 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-07-20 |
प्रकाशन तिथि | 2018-07-20 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://www.nzfun.cn |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.nzfun.cn |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "popup.html", "default_title": "Page Muter" }, "author": "HTB", "content_scripts": [ { "js": [ "js\/content-script.js", "js\/jquery-3.2.1.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "js\/mute.js", "js\/unmute.js", "js\/play.js", "js\/pause.js" ], "description": "Mute the whole page by just one click!", "homepage_url": "https:\/\/www.nzfun.cn", "icons": { "128": "images\/icon_48.png", "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "manifest_version": 2, "name": "Page Muter", "permissions": [ "tabs", "notifications", "storage", "contextMenus" ], "version": "1.0" } |