Replace Politics with this puppy
Replace Politics with this puppy
O que é Replace Politics with this puppy?
Replace Politics with this puppy é uma extensão do Chrome desenvolvida por https://www.rippon.org, e sua principal característica é "Replace Politics with this puppy".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Replace Politics with this puppy
Baixe arquivos de extensão Replace Politics with this puppy 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
My fiance was getting bored with all the political nonsense in her Facebook feed, and she loves puppies. This is the logical conclusion of being engaged to a geek.
Informações Básicas da Extensão
Nome | Replace Politics with this puppy |
ID | jkiipmgmalkgnghofkaipfngciefcdij |
URL Oficial | https://chromewebstore.google.com/detail/replace-politics-with-thi/jkiipmgmalkgnghofkaipfngciefcdij |
Descrição | Replace Politics with this puppy |
Tamanho do Arquivo | 162 KB |
Contagem de Instalações | 248 |
Versão Atual | 0.1 |
Última Atualização | 2016-03-10 |
Data de Publicação | 2016-03-10 |
Classificação | 4.27/5 Total de 11 Avaliações |
Desenvolvedor | https://www.rippon.org |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "facebook_filter.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Replace Politics with this puppy", "icons": { "128": "icon128.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Replace Politics with this puppy", "version": "0.1" } |