.LIVE Balloon
君の誕生日を推しもお祝いしてくれる、どっとライブ風船!Twitterで誕生日の人に風船が飛ぶよ!
.LIVE Balloonคืออะไร?
.LIVE Balloon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meihei และคุณลักษณะหลักของมันคือ "君の誕生日を推しもお祝いしてくれる、どっとライブ風船!Twitterで誕生日の人に風船が飛ぶよ!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย .LIVE Balloon
ดาวน์โหลดไฟล์ส่วนขยาย .LIVE Balloon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Twitter上でユーザーが誕生日の時、.LIVE(どっとライブ)のメンバーと一緒に風船が飛びます。 絵作:蒸気 様( https://twitter.com/fymXSJpJDp5ud1H ) ===== キャラクター利用について ===== この作品は、株式会社アップランドが権利を有するキャラクターの二次的創作物に該当し、「電脳少女YouTuberシロ」と「アイドル部」と「メリーミルク」ライセンス規約(http://siro.today/)の元に提供されています。 ===== 更新履歴 ===== 2021/04/24 1.1.0 Unbirthday機能の追加 2021/04/08 1.0.1 バグの修正 2020/09/21 1.0.0 初版
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | .LIVE Balloon |
ID | lfknhdikidbakglomfnblabhemcbllgl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/live-balloon/lfknhdikidbakglomfnblabhemcbllgl |
คำอธิบาย | 君の誕生日を推しもお祝いしてくれる、どっとライブ風船!Twitterで誕生日の人に風船が飛ぶよ! |
ขนาดไฟล์ | 160 KB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2021-04-24 |
วันที่เผยแพร่ | 2020-09-22 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | meihei |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://yameholo.github.io/project/dotliveballoon/ |
URL หน้าช่วยเหลือ | https://twitter.com/app1e_s |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": ".LIVE Balloon", "version": "1.1.0", "description": "\u541b\u306e\u8a95\u751f\u65e5\u3092\u63a8\u3057\u3082\u304a\u795d\u3044\u3057\u3066\u304f\u308c\u308b\u3001\u3069\u3063\u3068\u30e9\u30a4\u30d6\u98a8\u8239\uff01Twitter\u3067\u8a95\u751f\u65e5\u306e\u4eba\u306b\u98a8\u8239\u304c\u98db\u3076\u3088\uff01", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ], "css": [ "css\/content.css" ] } ], "web_accessible_resources": [ "images\/azukichi_160.png", "images\/boss_160.png", "images\/chierichan_160.png", "images\/fuchan_160.png", "images\/gongon_160.png", "images\/iorin_160.png", "images\/mememe_160.png", "images\/merrysan_160.png", "images\/natonato_160.png", "images\/pinosama_160.png", "images\/rikopin_160.png", "images\/sirochan_160.png", "images\/uma_160.png", "css\/content.css" ] } |