I Heart What I See
Every heart is a heart and when you see a heart you heart the heart.
O que é I Heart What I See?
I Heart What I See é uma extensão do Chrome desenvolvida por https://sklise.com, e sua principal característica é "Every heart is a heart and when you see a heart you heart the heart.".
Baixar o arquivo CRX da Extensão I Heart What I See
Baixe arquivos de extensão I Heart What I See 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
Every time you see a heart on Twitter, you heart that heart.
Informações Básicas da Extensão
Nome | |
ID | khfbfkgknmbadpikekmpndghbmpeemeh |
URL Oficial | https://chrome.google.com/webstore/detail/i-heart-what-i-see/khfbfkgknmbadpikekmpndghbmpeemeh |
Descrição | Every heart is a heart and when you see a heart you heart the heart. |
Tamanho do Arquivo | 49.79 KB |
Contagem de Instalações | 32 |
Versão Atual | 0.1.1 |
Última Atualização | 2015-11-06 |
Data de Publicação | 2015-11-06 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://sklise.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/sklise/i-heart-what-i-see |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I Heart What I See", "version": "0.1.1", "manifest_version": 2, "description": "Every heart is a heart and when you see a heart you heart the heart.", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/*\/*" ] } |