Tipestry for Chrome

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

Tipestry for Chromeとは何ですか?

Tipestry for ChromeはTipestryによって開発されたChromeの拡張機能で、その主な機能は「Discuss websites and tip cryptocurrency to other posters and verified site owners.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Tipestry for Chrome拡張機能のCRXファイルをダウンロード

Tipestry for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Tipestry for Chrome Tipestry for Chrome
ID cedgeodmmkbpclcdomkojhmfgjiaiogo
公式URL https://chromewebstore.google.com/detail/tipestry-for-chrome/cedgeodmmkbpclcdomkojhmfgjiaiogo
説明 Discuss websites and tip cryptocurrency to other posters and verified site owners.
ファイルサイズ 1.78 MB
インストール数 70
現在のバージョン 0.0.5
最終更新日 2019-06-29
公開日 2019-06-24
評価 4.82/5 合計 78 レビュー
開発者 Tipestry
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tipestry.com/
プライバシーポリシーページのURL https://tipestry.com/privacypolicy
対応言語 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"
    ]
}