Daft Drop

Include information from www.daftdrop.com on daft.ie ads.

What is Daft Drop?

Daft Drop is a Chrome extension developed by Bernard McKeever, and its main feature is "Include information from www.daftdrop.com on daft.ie ads.".

Extension Screenshots

screenshot

Download Daft Drop Extension CRX File

Download Daft Drop 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

                        Tired of switching between daft.ie and daftdrop.com searching for the information that daft.ie doesn't make readily available like:

- How much the property originally cost.
- When it was last changed.
- What percentage (if any) the price has changed by.

This extension answers the above complaint by including this information in the daft.ie page as you browse properties.

This is all made possible by the work of Cormac Redmond @ www.daftdrop.com

Much kudos.

Version 1.1 Changes:
Bug fixes! See https://github.com/dregin/DaftDrop/issues?milestone=3&state=closed for more info.                    

Extension Basic Information

Name Daft Drop Daft Drop
ID lhcgfhbbffjapboihhcigcnnbjggjpep
Official URL https://chromewebstore.google.com/detail/daft-drop/lhcgfhbbffjapboihhcigcnnbjggjpep
Description Include information from www.daftdrop.com on daft.ie ads.
File Size 18.47 KB
Installation Count 26
Current Version 1.1
Last Updated 2013-05-15
Publish Date 2013-05-14
Rating 5.00/5 Total 2 Ratings
Developer Bernard McKeever
Payment Type free
Extension Website http://www.daftdrop.com
Help Page URL https://github.com/dregin/DaftDrop
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "dates.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/www.daft.ie\/searchsale*"
            ]
        }
    ],
    "description": "Include information from www.daftdrop.com on daft.ie ads.",
    "manifest_version": 2,
    "name": "Daft Drop",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        "content.html"
    ],
    "permissions": [
        "http:\/\/www.daftdrop.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}