Balooooon!!
X (Twitter)にて、誕生日アカウントの風船の演出が壮大に - More balloons for birthday accounts.
Balooooon!!คืออะไร?
Balooooon!! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://monyaizumi.stores.jp และคุณลักษณะหลักของมันคือ "X (Twitter)にて、誕生日アカウントの風船の演出が壮大に - More balloons for birthday accounts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Balooooon!!
ดาวน์โหลดไฟล์ส่วนขยาย Balooooon!! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
X (Twitter)にて、誕生日アカウントにアクセスした際の風船演出が壮大になります。ただ、それだけです。
X (Twitter), more balloons when accessing the birthday account. Just that. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bemiilbajheooflcgajcgpojbjehpljh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/balooooon/bemiilbajheooflcgajcgpojbjehpljh |
| คำอธิบาย | X (Twitter)にて、誕生日アカウントの風船の演出が壮大に - More balloons for birthday accounts. |
| ขนาดไฟล์ | 50.02 MB |
| จำนวนการติดตั้ง | 270 |
| เวอร์ชันปัจจุบัน | 1.0.0 |
| อัปเดตครั้งล่าสุด | 2023-08-31 |
| วันที่เผยแพร่ | 2023-08-31 |
| ผู้พัฒนา | https://monyaizumi.stores.jp |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้าช่วยเหลือ | https://monyaizumi.stores.jp/inquiry |
| URL หน้านโยบายความเป็นส่วนตัว | https://monyaizumi.stores.jp/privacy_policy |
| ภาษาที่รองรับ | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Balooooon!!",
"version": "1.0.0",
"description": "X (Twitter)\u306b\u3066\u3001\u8a95\u751f\u65e5\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u98a8\u8239\u306e\u6f14\u51fa\u304c\u58ee\u5927\u306b - More balloons for birthday accounts.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"hb.gif"
],
"matches": [
"*:\/\/twitter.com\/*"
]
}
],
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
"content_script.js"
],
"run_at": "document_idle",
"matches": [
"*:\/\/twitter.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
} | |