.LIVE Balloon
君の誕生日を推しもお祝いしてくれる、どっとライブ風船!Twitterで誕生日の人に風船が飛ぶよ!
What is .LIVE Balloon?
.LIVE Balloon is a Chrome extension developed by meihei, and its main feature is "君の誕生日を推しもお祝いしてくれる、どっとライブ風船!Twitterで誕生日の人に風船が飛ぶよ!".
Extension Screenshots
Download .LIVE Balloon Extension CRX File
Download .LIVE Balloon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 初版
Extension Basic Information
Name | .LIVE Balloon |
ID | lfknhdikidbakglomfnblabhemcbllgl |
Official URL | https://chromewebstore.google.com/detail/live-balloon/lfknhdikidbakglomfnblabhemcbllgl |
Description | 君の誕生日を推しもお祝いしてくれる、どっとライブ風船!Twitterで誕生日の人に風船が飛ぶよ! |
File Size | 160 KB |
Installation Count | 71 |
Current Version | 1.1.0 |
Last Updated | 2021-04-24 |
Publish Date | 2020-09-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | meihei |
[email protected] | |
Payment Type | free |
Extension Website | https://yameholo.github.io/project/dotliveballoon/ |
Help Page URL | https://twitter.com/app1e_s |
Supported Languages | 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" ] } |