I Heart What I See

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

Co to jest I Heart What I See?

I Heart What I See to rozszerzenie Chrome opracowane przez https://sklise.com, a jego główną funkcją jest „Every heart is a heart and when you see a heart you heart the heart.”.

Pobierz plik CRX rozszerzenia I Heart What I See

Pobierz pliki rozszerzeń I Heart What I See w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa I Heart What I See I Heart What I See
ID khfbfkgknmbadpikekmpndghbmpeemeh
Oficjalny URL https://chrome.google.com/webstore/detail/i-heart-what-i-see/khfbfkgknmbadpikekmpndghbmpeemeh
Opis Every heart is a heart and when you see a heart you heart the heart.
Rozmiar pliku 49.79 KB
Liczba instalacji 32
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2015-11-06
Data Publikacji 2015-11-06
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://sklise.com
Typ Płatności free
Strona Rozszerzenia https://github.com/sklise/i-heart-what-i-see
Obsługiwane Języki 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:\/\/*\/*"
    ]
}