ModClear
Clears notifications on click
ModClear क्या है?
ModClear JonLuca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clears notifications on click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ModClear एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Provides a quick way to archive all messages quickly on the new reddit modmail, both for notifications and conversations!
एक्सटेंशन की मूल जानकारी
नाम | ModClear |
ID | gpcmcddkhaninomigjcgabkogknhblbm |
आधिकारिक URL | https://chromewebstore.google.com/detail/modclear/gpcmcddkhaninomigjcgabkogknhblbm |
विवरण | Clears notifications on click |
फ़ाइल का आकार | 84.55 KB |
स्थापना संख्या | 29 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2017-06-25 |
प्रकाशन तिथि | 2017-06-25 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | JonLuca |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jonluca/ModClear |
गोपनीयता नीति पृष्ठ URL | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ModClear", "description": "Clears notifications on click", "version": "1.3", "background": { "scripts": [ "js\/jquery-2.1.1.min.js", "js\/background.js" ] }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/mod.reddit.com\/*", "https:\/\/mod.reddit.com\/*" ], "js": [ "js\/jquery-2.1.1.min.js", "content_script.js" ] } ], "icons": { "64": "images\/icon64.png", "32": "images\/icon32.png", "128": "images\/icon128.png" }, "page_action": { "default_title": "ModClear", "default_icon": "images\/hover.png" }, "homepage_url": "https:\/\/github.com\/jonluca\/ModClear\/", "web_accessible_resources": [ "js\/jquery-2.1.1.min.js", "images\/*" ] } |