CoinURL

Shorten links and earn money

What is CoinURL?

CoinURL is a Chrome extension developed by https://coinurl.com, and its main feature is "Shorten links and earn money".

Extension Screenshots

screenshot

Download CoinURL Extension CRX File

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

                        Shorten links and earn virtual currency Bitcoin using coinurl.com service!

* Make right-click on the link to shorten contents of a "href" attribute
* Make right-click on the selected text to treat it as link and shorten it
* To shorten current tab's URL click extension's button located on the right from address bar

Short URL will be automatically copied to the clipboard.
Register an account with coinurl.com, enter UUID displayed on your profile page and you will receive Bitcoins for every click made on your link.                    

Extension Basic Information

Name CoinURL CoinURL
ID hioofbdebnagjphoejaimfoklbcemnfh
Official URL https://chromewebstore.google.com/detail/coinurl/hioofbdebnagjphoejaimfoklbcemnfh
Description Shorten links and earn money
File Size 20.68 KB
Installation Count 392
Current Version 1.1.6
Last Updated 2013-06-24
Publish Date 2013-06-24
Rating 4.50/5 Total 22 Ratings
Developer https://coinurl.com
Payment Type free
Extension Website http://coinurl.com
Help Page URL http://coinurl.com/faq.php
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoinURL",
    "version": "1.1.6",
    "description": "Shorten links and earn money",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "icons": {
        "16": "icons\/coinurl_16.png",
        "32": "icons\/coinurl_32.png",
        "48": "icons\/coinurl_32.png",
        "128": "icons\/coinurl_32.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "background"
    ],
    "browser_action": {
        "default_icon": "icons\/coinurl_16.png",
        "default_popup": "popup.html",
        "default_title": "Shorten tab's URL and copy to clipboard"
    }
}