I Heart What I See

Every heart is a heart and when you see a heart you heart the heart.

Cos'è I Heart What I See?

I Heart What I See è un'estensione di Chrome sviluppata da https://sklise.com, e la sua funzione principale è "Every heart is a heart and when you see a heart you heart the heart.".

Scarica il file CRX dell'estensione I Heart What I See

Scarica i file di estensione I Heart What I See in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Every time you see a heart on Twitter, you heart that heart.                    

Informazioni di Base sull'Estensione

Nome I Heart What I See I Heart What I See
ID khfbfkgknmbadpikekmpndghbmpeemeh
URL Ufficiale https://chrome.google.com/webstore/detail/i-heart-what-i-see/khfbfkgknmbadpikekmpndghbmpeemeh
Descrizione Every heart is a heart and when you see a heart you heart the heart.
Dimensione del File 49.79 KB
Conteggio Installazioni 32
Versione Corrente 0.1.1
Ultimo Aggiornamento 2015-11-06
Data di Pubblicazione 2015-11-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://sklise.com
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sklise/i-heart-what-i-see
Lingue Supportate 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:\/\/*\/*"
    ]
}