VK Comment Blocker
A convenient way to hide comments in the news and groups.
VK Comment Blocker क्या है?
VK Comment Blocker mrmlnc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A convenient way to hide comments in the news and groups."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VK Comment Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Not everyone likes those comments, left by other users of the social network. Comments can sound insulting, silly and often absurd. With this extension you can hide comments in news feed and on the user page.
एक्सटेंशन की मूल जानकारी
नाम | VK Comment Blocker |
ID | hcblijjkmabjdppajebmbmmkjnkflpbl |
आधिकारिक URL | https://chromewebstore.google.com/detail/vk-comment-blocker/hcblijjkmabjdppajebmbmmkjnkflpbl |
विवरण | A convenient way to hide comments in the news and groups. |
फ़ाइल का आकार | 11.91 KB |
स्थापना संख्या | 810 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2016-08-18 |
प्रकाशन तिथि | 2016-08-18 |
रेटिंग | 4.76/5 कुल 74 रेटिंग्स |
डेवलपर | mrmlnc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "short_name": "VKCommentBlocker", "description": "__MSG_app_description__", "version": "1.2.2", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "ru", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_toolbar_button__" }, "background": { "persistent": false, "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/vk.com\/*", "https:\/\/vk.com\/*", "http:\/\/www.vk.com\/*", "https:\/\/www.vk.com\/*" ], "css": [ "styles\/main.css" ], "run_at": "document_end", "all_frames": false } ] } |