Tipestry for Chrome

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

Tipestry for Chromeคืออะไร?

Tipestry for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tipestry และคุณลักษณะหลักของมันคือ "Discuss websites and tip cryptocurrency to other posters and verified site owners."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tipestry for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}