I Heart What I See

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

What is I Heart What I See?

I Heart What I See is a Chrome extension developed by https://sklise.com, and its main feature is "Every heart is a heart and when you see a heart you heart the heart.".

Download I Heart What I See Extension CRX File

Download I Heart What I See extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name I Heart What I See I Heart What I See
ID khfbfkgknmbadpikekmpndghbmpeemeh
Official URL https://chrome.google.com/webstore/detail/i-heart-what-i-see/khfbfkgknmbadpikekmpndghbmpeemeh
Description Every heart is a heart and when you see a heart you heart the heart.
File Size 49.79 KB
Installation Count 32
Current Version 0.1.1
Last Updated 2015-11-06
Publish Date 2015-11-06
Rating 5.00/5 Total 1 Ratings
Developer https://sklise.com
Payment Type free
Extension Website https://github.com/sklise/i-heart-what-i-see
Supported Languages 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:\/\/*\/*"
    ]
}