Dollarcake
The more you as a creator EARN the more your community EARNS
Dollarcakeคืออะไร?
Dollarcake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dollarcake.com และคุณลักษณะหลักของมันคือ "The more you as a creator EARN the more your community EARNS"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dollarcake
ดาวน์โหลดไฟล์ส่วนขยาย Dollarcake ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Dollarcake is a way to support your favorite Youtube channels. Stake Dollarcake tokens with a channel and earn rewards for you and the Youtube channel.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dollarcake |
ID | lhckeajmkomcmgnicmklgggmobonehbl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dollarcake/lhckeajmkomcmgnicmklgggmobonehbl |
คำอธิบาย | The more you as a creator EARN the more your community EARNS |
ขนาดไฟล์ | 4.17 MB |
จำนวนการติดตั้ง | 197 |
เวอร์ชันปัจจุบัน | 1.0.4.1 |
อัปเดตครั้งล่าสุด | 2021-11-19 |
วันที่เผยแพร่ | 2021-10-13 |
คะแนน | 5.00/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://dollarcake.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://dollarcake.com |
URL หน้านโยบายความเป็นส่วนตัว | https://dollarcake.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dollarcake", "description": "The more you as a creator EARN the more your community EARNS", "version": "1.0.4.1", "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'", "permissions": [ "identity", "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*", "file:\/\/*\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "index.html" }, "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ "inpage.js" ] } |