Remove VK ads
Removes advertisements, posts, banners on the social network Vkontakte
Remove VK adsとは何ですか?
Remove VK adsはVladimir Barkasovによって開発されたChromeの拡張機能で、その主な機能は「Removes advertisements, posts, banners on the social network Vkontakte」です。
拡張機能のスクリーンショット
Remove VK ads拡張機能のCRXファイルをダウンロード
Remove VK ads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension removes the following types of ads on the vk.com social network: - advertising banners on the left side of the page, - advertising posts in the feed, publics and groups, - advertising posts in the feed, publics and groups.
拡張機能の基本情報
名前 | Remove VK ads |
ID | bjhgmpfjfdmecjjgmhdgnjmbmopkepca |
公式URL | https://chromewebstore.google.com/detail/remove-vk-ads/bjhgmpfjfdmecjjgmhdgnjmbmopkepca |
説明 | Removes advertisements, posts, banners on the social network Vkontakte |
ファイルサイズ | 111 KB |
インストール数 | 10,000 |
現在のバージョン | 1.7 |
最終更新日 | 2023-02-14 |
公開日 | 2018-11-30 |
評価 | 4.20/5 合計 143 レビュー |
開発者 | Vladimir Barkasov |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "ru", "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "version": "1.7", "author": "Vladimir Barkasov", "homepage_url": "https:\/\/vbarkasov.com", "icons": { "16": "img\/icons\/16default.png", "32": "img\/icons\/32default.png", "128": "img\/icons\/128default.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.vk.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "img\/icons\/32default.png", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/*.vk.com\/*" ], "permissions": [ "activeTab" ] } |