Reddcoin Tip Platform

Adds a tip button to reddit, twitch, and twitter.

Reddcoin Tip Platform क्या है?

Reddcoin Tip Platform Andy Groff द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a tip button to reddit, twitch, and twitter."।

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

screenshot
screenshot
screenshot

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

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

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

                        Easily tip Redd on twitter, reddit, and twitch.tv 

With the reddcoin tip platform, you can stop worrying about remembering difficult tipping syntax, and instead focus on tipping your favorite crypto currency. The Reddcoin Tip Platform adds a button and graphical interface to social sites to make tipping easier than ever before. 

The source code was originally based on Jacce's userscript, which you can find here:

http://userscripts.org/scripts/show/406551?3                    

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

नाम Reddcoin Tip Platform Reddcoin Tip Platform
ID lcoponfclppkdadbglnkhedjonbfegic
आधिकारिक URL https://chromewebstore.google.com/detail/reddcoin-tip-platform/lcoponfclppkdadbglnkhedjonbfegic
विवरण Adds a tip button to reddit, twitch, and twitter.
फ़ाइल का आकार 228 KB
स्थापना संख्या 499
वर्तमान संस्करण 1.1.9
अंतिम अपडेट 2014-11-30
प्रकाशन तिथि 2014-11-29
रेटिंग 4.77/5 कुल 79 रेटिंग्स
डेवलपर Andy Groff
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddcoin Tip Platform",
    "version": "1.1.9",
    "manifest_version": 2,
    "description": "Adds a tip button to reddit, twitch, and twitter.",
    "permissions": [
        "identity"
    ],
    "icons": {
        "16": "data\/icon16.png",
        "48": "data\/icon48.png",
        "128": "data\/icon128.png"
    },
    "web_accessible_resources": [
        "*.html",
        "*.png",
        "*.css"
    ],
    "background": {
        "scripts": [
            "data\/jquery.js",
            "lib\/initialize.js",
            "lib\/helpers.js",
            "lib\/background\/data.js",
            "lib\/background\/messages.js",
            "lib\/background\/background.js",
            "data\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/*",
                "https:\/\/www.reddit.com\/*",
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ],
            "css": [
                "data\/styles.css"
            ],
            "js": [
                "data\/jquery.js",
                "lib\/initialize.js",
                "lib\/helpers.js",
                "lib\/content\/captcha.js",
                "lib\/content\/modal.js",
                "lib\/content\/operations.js",
                "lib\/content\/settings_gui.js",
                "lib\/content\/sites\/interface.js",
                "lib\/content\/sites\/reddit.js",
                "lib\/content\/sites\/twitch.js",
                "lib\/content\/sites\/twitter.js",
                "lib\/content\/sites\/youtube.js",
                "data\/content.js"
            ]
        }
    ]
}