Prattify
Replace a website's images with the ABSolutely fantastic Chris Pratt
O que é Prattify?
Prattify é uma extensão do Chrome desenvolvida por Sharif Edenfield, e sua principal característica é "Replace a website's images with the ABSolutely fantastic Chris Pratt".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Prattify
Baixe arquivos de extensão Prattify 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
Replaces a website's images with the ABSolutely fantastic Chris Pratt. Inspired by Katherine Champagne's extension, HEY GIRL!
Informações Básicas da Extensão
Nome | Prattify |
ID | gelcbgljcoleioilogchjgmpgalgnhnn |
URL Oficial | https://chromewebstore.google.com/detail/prattify/gelcbgljcoleioilogchjgmpgalgnhnn |
Descrição | Replace a website's images with the ABSolutely fantastic Chris Pratt |
Tamanho do Arquivo | 1.1 MB |
Contagem de Instalações | 26 |
Versão Atual | 1.4 |
Última Atualização | 2014-10-31 |
Data de Publicação | 2014-10-31 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Sharif Edenfield |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Prattify", "description": "Replace a website's images with the ABSolutely fantastic Chris Pratt", "version": "1.4", "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "prattify.js", "background.js" ] }, "web_accessible_resources": [ "pratt\/*.jpg" ], "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |