VK repost disabler
Disable re-posts on vk.com
VK repost disablerとは何ですか?
VK repost disablerはAndrey "Chips" Kuzminによって開発されたChromeの拡張機能で、その主な機能は「Disable re-posts on vk.com」です。
拡張機能のスクリーンショット
VK repost disabler拡張機能のCRXファイルをダウンロード
VK repost disabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension for hiding all reposts from your feed. Enjoy pure news from friends.
拡張機能の基本情報
名前 | VK repost disabler |
ID | jkojefcglhgpoeocomgojkiilbhdljac |
公式URL | https://chromewebstore.google.com/detail/vk-repost-disabler/jkojefcglhgpoeocomgojkiilbhdljac |
説明 | Disable re-posts on vk.com |
ファイルサイズ | 104 KB |
インストール数 | 35 |
現在のバージョン | 0.2.3 |
最終更新日 | 2013-05-08 |
公開日 | 2013-05-07 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | Andrey "Chips" Kuzmin |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VK repost disabler", "version": "0.2.3", "manifest_version": 2, "description": "Disable re-posts on vk.com", "icons": { "16": "vk_disabler16.png", "48": "vk_disabler48.png", "128": "vk_disabler128.png" }, "content_scripts": [ { "matches": [ "http:\/\/vk.com\/feed" ], "css": [ "style.css" ], "js": [ "jquery.js", "script.js" ] } ] } |