BitCloutWOW - bitclout on twitter
Visualize bitclout data on twitter. Display bitclout profile information on twitter website.
BitCloutWOW - bitclout on twitterคืออะไร?
BitCloutWOW - bitclout on twitter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bitcloutwow และคุณลักษณะหลักของมันคือ "Visualize bitclout data on twitter. Display bitclout profile information on twitter website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BitCloutWOW - bitclout on twitter
ดาวน์โหลดไฟล์ส่วนขยาย BitCloutWOW - bitclout on twitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BitcloutWOW is a unofficial free chrome extension to integrate crowd sourced bitclout data on twitter.com
Free chrome extension that integrates crowd-sourced bitclout data on twitter's website. This extension collects crowd sourced data from Bitclout website (eg followers count, market cap, price etc) as you & others fellow bitclouters browse Bitclout site and overlays this information on top of twitter. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pljnngphhkadegjpkajkcigimjdheedd |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bitcloutwow-bitclout-on-t/pljnngphhkadegjpkajkcigimjdheedd |
| คำอธิบาย | Visualize bitclout data on twitter. Display bitclout profile information on twitter website. |
| ขนาดไฟล์ | 261 KB |
| จำนวนการติดตั้ง | 24 |
| เวอร์ชันปัจจุบัน | 0.0.3 |
| อัปเดตครั้งล่าสุด | 2021-04-15 |
| วันที่เผยแพร่ | 2021-04-03 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | bitcloutwow |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.bitcloutwow.com |
| URL หน้าช่วยเหลือ | https://www.bitcloutwow.com |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"short_name": "BitCloutWOW ",
"name": "BitCloutWOW - bitclout on twitter",
"description": "Visualize bitclout data on twitter. Display bitclout profile information on twitter website.",
"version": "0.0.3",
"author": "BitCloutWOW",
"icons": {
"48": "images\/diamonds.png"
},
"browser_action": {
"default_title": "BitCloutWOW",
"default_icon": {
"19": "images\/diamonds.png",
"20": "images\/diamonds.png",
"38": "images\/diamonds.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*.bitclout.com\/*",
"*:\/\/*.twitter.com\/*"
],
"js": [
"scripts\/popup.js"
],
"run_at": "document_start"
}
],
"permissions": [
"*:\/\/*.bitclout.com\/*",
"*:\/\/*.twitter.com\/*"
],
"web_accessible_resources": [
"*.png"
]
} | |