.LIVE Balloon
君の誕生日を推しもお祝いしてくれる、どっとライブ風船!Twitterで誕生日の人に風船が飛ぶよ!
.LIVE Balloon란 무엇입니까?
.LIVE Balloon은(는) meihei에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "君の誕生日を推しもお祝いしてくれる、どっとライブ風船!Twitterで誕生日の人に風船が飛ぶよ!"입니다.
확장 프로그램 스크린샷
.LIVE Balloon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |