Feeling the Love

Add Falling In Love to any web site

What is Feeling the Love?

Feeling the Love is a Chrome extension developed by romkey, and its main feature is "Add Falling In Love to any web site".

Extension Screenshots

screenshot

Download Feeling the Love Extension CRX File

Download Feeling the Love 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

                        Add slowly falling hearts to any web site on Valentine's Day.

Injects @rfreebern's Falling-in-Love to any web site. See http://blog.rnf.me/Falling-in-Love/

Ryan's code does all the heavy lifting. This extension merely wraps it up and delivers it.

By default you will only see hearts on Valentine's Day. You can change this on the extension's options page.                    

Extension Basic Information

Name Feeling the Love Feeling the Love
ID mmlkfieplmnnkibbpfdlajgakffakmam
Official URL https://chrome.google.com/webstore/detail/feeling-the-love/mmlkfieplmnnkibbpfdlajgakffakmam
Description Add Falling In Love to any web site
File Size 60.37 KB
Installation Count 54
Current Version 1.0
Last Updated 2013-02-14
Publish Date 2013-02-14
Rating 2.40/5 Total 5 Ratings
Developer romkey
Payment Type free
Extension Website https://github.com/romkey/FeelingTheLove
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feeling the Love",
    "description": "Add Falling In Love to any web site",
    "version": "1.0",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "js\/hearts.min.js",
        "js\/jquery-1.9.1.min.js",
        "js\/jquery.serialize-hash.js",
        "js\/feelingthelove.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/hearts.min.js",
                "js\/feelingthelove.js"
            ],
            "css": [
                "css\/hearts.min.css"
            ]
        }
    ]
}