CoinAwesome Wallet - Coins Inside

CoinAwesome Tip'n'Share Wallet. Tip, send and earn coins (AWE) instantly on any web page.

CoinAwesome Wallet - Coins Inside क्या है?

CoinAwesome Wallet - Coins Inside http://coinawesome.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CoinAwesome Tip'n'Share Wallet. Tip, send and earn coins (AWE) instantly on any web page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CoinAwesome Wallet - Coins Inside एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The declared goal of CoinAwesome is to make it super-simple to reward and get rewarded for genuine digital content and thus to change how monetization on the web works.

For you this means less ads, better content and better recommendations.
And you can earn money while supporting a more free web.

CoinAwesome - the way to pay with a smile.

Don't be a product. 
Be a owner. 
Like different. 
Be awesome!

Soon with BTC support.                    

एक्सटेंशन की मूल जानकारी

नाम CoinAwesome Wallet - Coins Inside CoinAwesome Wallet - Coins Inside
ID gkabgklaefijlojbcphnpdkmjlibdoed
आधिकारिक URL https://chrome.google.com/webstore/detail/coinawesome-wallet-coins/gkabgklaefijlojbcphnpdkmjlibdoed
विवरण CoinAwesome Tip'n'Share Wallet. Tip, send and earn coins (AWE) instantly on any web page.
फ़ाइल का आकार 1.47 MB
स्थापना संख्या 36
वर्तमान संस्करण 1.4.1
अंतिम अपडेट 2015-04-17
प्रकाशन तिथि 2015-04-17
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर http://coinawesome.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://coinawesome.com
सहायता पृष्ठ URL http://community.coinawesome.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Mr. Awesome",
    "name": "CoinAwesome Wallet - Coins Inside",
    "short_name": "CoinAwesome",
    "description": "CoinAwesome Tip'n'Share Wallet. Tip, send and earn coins (AWE) instantly on any web page.",
    "version": "1.4.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "data\/awesomeFace19.png",
            "38": "data\/awesomeFace38.png"
        },
        "default_popup": "data\/index.html",
        "default_title": "CoinAwesome Wallet"
    },
    "background": {
        "scripts": [
            "data\/js\/libs\/zepto.min.js",
            "data\/js\/libs\/socket.io-1.1.0.js",
            "data\/js\/libs\/coinAWE.js",
            "data\/js\/util.js",
            "data\/js\/preferences.js",
            "data\/js\/wallet.js",
            "data\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "data\/js\/libs\/zepto.min.js",
                "data\/js\/libs\/coinAWE.js",
                "data\/js\/util.js",
                "data\/js\/preferences.js",
                "data\/js\/wallet.js",
                "data\/js\/btn.js",
                "data\/js\/bitId.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "icons": {
        "128": "data\/awesomeFace128.png",
        "16": "data\/awesomeFace16.png",
        "48": "data\/awesomeFace48.png"
    },
    "permissions": [
        "clipboardWrite",
        "contextMenus",
        "activeTab",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "data\/*"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A"
            }
        }
    }
}