VK Purify
Removes annoying posts from the feed in VK.com
O que é VK Purify?
VK Purify é uma extensão do Chrome desenvolvida por Victor Sheyanov, e sua principal característica é "Removes annoying posts from the feed in VK.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VK Purify
Baixe arquivos de extensão VK Purify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Until AdBlock doesn't hide all ads from VK.com, this small extension will do this job and will hide posts: 1) 'Recommended applications' 2) 'Ads post' In the extension options there is an option to show message instead of the hidden post.
Informações Básicas da Extensão
Nome | VK Purify |
ID | mgbilpceofijmghkagnbjedjbgebddne |
URL Oficial | https://chromewebstore.google.com/detail/vk-purify/mgbilpceofijmghkagnbjedjbgebddne |
Descrição | Removes annoying posts from the feed in VK.com |
Tamanho do Arquivo | 40.11 KB |
Contagem de Instalações | 17 |
Versão Atual | 0.0.32 |
Última Atualização | 2015-05-26 |
Data de Publicação | 2015-05-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Victor Sheyanov |
Tipo de Pagamento | free |
Idiomas Suportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "ru", "version": "0.0.32", "manifest_version": 2, "icons": { "16": "images\/icon_16.png", "128": "images\/icon_128.png" }, "permissions": [ "storage", "tabs" ], "background": { "scripts": [ "scripts\/background.js" ] }, "page_action": { "default_icon": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "default_title": "VK Purify" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/vk.com\/*" ], "js": [ "bower_components\/jquery\/dist\/jquery.min.js", "scripts\/contentscript.js", "scripts\/options.js" ], "run_at": "document_end", "all_frames": false } ] } |