Tipestry for Chrome

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

O que é Tipestry for Chrome?

Tipestry for Chrome é uma extensão do Chrome desenvolvida por Tipestry, e sua principal característica é "Discuss websites and tip cryptocurrency to other posters and verified site owners.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tipestry for Chrome

Baixe arquivos de extensão Tipestry for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Tipestry for Chrome Tipestry for Chrome
ID cedgeodmmkbpclcdomkojhmfgjiaiogo
URL Oficial https://chromewebstore.google.com/detail/tipestry-for-chrome/cedgeodmmkbpclcdomkojhmfgjiaiogo
Descrição Discuss websites and tip cryptocurrency to other posters and verified site owners.
Tamanho do Arquivo 1.78 MB
Contagem de Instalações 70
Versão Atual 0.0.5
Última Atualização 2019-06-29
Data de Publicação 2019-06-24
Classificação 4.82/5 Total de 78 Avaliações
Desenvolvedor Tipestry
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tipestry.com/
URL da Página de Política de Privacidade https://tipestry.com/privacypolicy
Idiomas Suportados 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"
    ]
}