Tipestry for Chrome

Discuss websites and tip cryptocurrency to other posters and verified site owners.

What is Tipestry for Chrome?

Tipestry for Chrome is a Chrome extension developed by Tipestry, and its main feature is "Discuss websites and tip cryptocurrency to other posters and verified site owners.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tipestry for Chrome Extension CRX File

Download Tipestry for Chrome 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

                        By installing the extension, you agree to Tipestry’s Terms and Conditions (tipestry.com/terms).

Tipestry adds a comment section with built-in cryptocurrency tipping any website, making web surfing more social and allowing posters to earn Bitcoin, Ether, Dogecoin and other cryptocurrencies for creating and sharing content. 

Some of the ways to use Tipestry:

★ Show your appreciation for content creators with positive feedback and cryptocurrency tips.
★ Find out what people are saying about a particular website. Is the site legitimate – is it a phishing scam, is its information up to date, is it biased journalism?
★ Find out what real people think about companies and products.
★ Comment without signing up for a new account for every site.
★ Discuss niche topics and connect with people based on unusual interests.

Tipestry adds a fairer, more inclusive meta layer to the web. To get in touch:

Email: [email protected]
Twitter: @tipestry
Facebook: https://www.facebook.com/tipestry
Telegram: https://t.me/tipestry                    

Extension Basic Information

Name Tipestry for Chrome Tipestry for Chrome
ID cedgeodmmkbpclcdomkojhmfgjiaiogo
Official URL https://chromewebstore.google.com/detail/tipestry-for-chrome/cedgeodmmkbpclcdomkojhmfgjiaiogo
Description Discuss websites and tip cryptocurrency to other posters and verified site owners.
File Size 1.78 MB
Installation Count 70
Current Version 0.0.5
Last Updated 2019-06-29
Publish Date 2019-06-24
Rating 4.82/5 Total 78 Ratings
Developer Tipestry
Email [email protected]
Payment Type free
Extension Website https://tipestry.com/
Privacy Policy Page URL https://tipestry.com/privacypolicy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tipestry for Chrome",
    "manifest_version": 2,
    "version": "0.0.5",
    "description": "Discuss websites and tip cryptocurrency to other posters and verified site owners.",
    "icons": {
        "19": "favicon-25.png",
        "38": "favicon-42.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "activeTab",
        "https:\/\/tipestry.com\/api"
    ],
    "web_accessible_resources": [
        "*.html"
    ]
}