Marvel-DC Blocker
Remove any shitty post about Marvel/DC universe from Facebook.
O que é Marvel-DC Blocker?
Marvel-DC Blocker é uma extensão do Chrome desenvolvida por Fernando Paladini, e sua principal característica é "Remove any shitty post about Marvel/DC universe from Facebook.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Marvel-DC Blocker
Baixe arquivos de extensão Marvel-DC Blocker 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
Chrome Extension that removes all Facebook posts that mention any shit from Marvel or DC universe. For unknown reasons (during my childhood and probably related to my parents), I don't like anything related to super heroes. I know that most of you like movies and comics about heroes from Marvel and DC - and I respect it, but I personally don't like it. I mean, I really don't like it. It make me feel angry. Very. Angry. Summarizing, I don't want to see anything related to "Civil War", "#TeamIronMan", "#TeamCap" or any shitty post from Marvel / DC universe in my Facebook. If you neither, then download this extension and be happy :)
Informações Básicas da Extensão
Nome | Marvel-DC Blocker |
ID | bjmlbgigclhoakjnkmpmlolgogjeinmf |
URL Oficial | https://chromewebstore.google.com/detail/marvel-dc-blocker/bjmlbgigclhoakjnkmpmlolgogjeinmf |
Descrição | Remove any shitty post about Marvel/DC universe from Facebook. |
Tamanho do Arquivo | 15.03 KB |
Contagem de Instalações | 24 |
Versão Atual | 1.0 |
Última Atualização | 2016-03-26 |
Data de Publicação | 2016-03-25 |
Classificação | 2.00/5 Total de 4 Avaliações |
Desenvolvedor | Fernando Paladini |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/paladini/marveldc_blocker |
URL da Página de Ajuda | https://github.com/paladini/marveldc_blocker/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Marvel-DC Blocker", "description": "Remove any shitty post about Marvel\/DC universe from Facebook.", "version": "1.0", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start", "js": [ "scripts\/facebook_filter.js" ] } ] } |