GOP
A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
O que é GOP?
GOP é uma extensão do Chrome desenvolvida por Victor Williams, e sua principal característica é "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GOP
Baixe arquivos de extensão GOP 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
Don't you want a little fun in your life?
Informações Básicas da Extensão
Nome | GOP |
ID | acohniebinedjkldedockekcmjhkjgne |
URL Oficial | https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne |
Descrição | A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election |
Tamanho do Arquivo | 98.74 KB |
Contagem de Instalações | 11 |
Versão Atual | 1.3.2 |
Última Atualização | 2016-02-28 |
Data de Publicação | 2016-02-28 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Victor Williams |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://devpost.com/software/gop-candidates-imageswap |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GOP", "version": "1.3.2", "homepage_url": "http:\/\/devpost.com\/software\/gop-candidates-imageswap", "description": "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election", "icons": { "128": "img\/GOP_128.png", "48": "img\/GOP_48.png", "32": "img\/GOP_32.png", "16": "img\/GOP_16.png" }, "browser_action": { "default_icon": "GOP.png", "default_title": "GOP Candidates" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js", "GOP.js" ], "persistent": false }, "manifest_version": 2 } |