Dollarcake
The more you as a creator EARN the more your community EARNS
什麼是Dollarcake?
Dollarcake是由https://dollarcake.com開發的Chrome擴展程式,該擴展的主要功能是“The more you as a creator EARN the more your community EARNS”。
擴展截圖
下載Dollarcake擴展crx文件
下載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 |
官方網址 | 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" ] } |