VK Comment Blocker
A convenient way to hide comments in the news and groups.
Was ist VK Comment Blocker?
VK Comment Blocker ist eine Chrome-Erweiterung, die von mrmlnc entwickelt wurde, und ihr Hauptmerkmal ist "A convenient way to hide comments in the news and groups.".
Erweiterungsscreenshots
VK Comment Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie VK Comment Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | VK Comment Blocker |
ID | hcblijjkmabjdppajebmbmmkjnkflpbl |
Offizielle URL | https://chromewebstore.google.com/detail/vk-comment-blocker/hcblijjkmabjdppajebmbmmkjnkflpbl |
Beschreibung | A convenient way to hide comments in the news and groups. |
Dateigröße | 11.91 KB |
Installationsanzahl | 810 |
Aktuelle Version | 1.2.2 |
Letztes Update | 2016-08-18 |
Veröffentlichungsdatum | 2016-08-18 |
Bewertung | 4.76/5 Insgesamt 74 Bewertungen |
Entwickler | mrmlnc |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } ] } |