Dandelion

Advertise anything on Facebook and Google with a single click!

What is Dandelion?

Dandelion is a Chrome extension developed by https://www.discoverdandelion.com, and its main feature is "Advertise anything on Facebook and Google with a single click!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dandelion Extension CRX File

Download Dandelion 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

                        Push/Promote any content to Google or Facebook advertising right from your browser with a single click! 

This universal ad-tech plugin turns listings into native ads that can run on Ad Exchanges like Google or Facebook; Bringing the power of advertising to the individual and helping to create liquidity in the sharing economy.                    

Extension Basic Information

Name Dandelion Dandelion
ID oicfjmjhpbnjaihlglkdjleflkgjeelm
Official URL https://chromewebstore.google.com/detail/dandelion/oicfjmjhpbnjaihlglkdjleflkgjeelm
Description Advertise anything on Facebook and Google with a single click!
File Size 722 KB
Installation Count 15
Current Version 1.3.5
Last Updated 2015-03-13
Publish Date 2015-03-12
Rating 5.00/5 Total 5 Ratings
Developer https://www.discoverdandelion.com
Payment Type free
Extension Website http://www.discoverdandelion.com
Help Page URL http://www.discoverdandelion.com/customer-care/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dandelion",
    "version": "1.3.5",
    "description": "Advertise anything on Facebook and Google with a single click!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Push page to Dandelion",
        "default_icon": "dandelion-logo-19.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/bootstrap\/dist\/js\/bootstrap.js",
                "dlive.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "frame.html",
        "dandelion-logo-48.png"
    ],
    "icons": {
        "16": "dandelion-logo-16.png",
        "48": "dandelion-logo-48.png",
        "128": "dandelion-logo-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "manifest_version": 2
}