Flappy Bird Classic New Tab
Play the Classic Flappy Bird in new tab
Flappy Bird Classic New Tab란 무엇입니까?
Flappy Bird Classic New Tab은(는) socialappshortcut에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play the Classic Flappy Bird in new tab"입니다.
확장 프로그램 스크린샷
Flappy Bird Classic New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Play the Flappy Bird Classic game in a new tab in your browser. Install the Flappy Bird Classic Chrome extension and see how much you can score. This is the classic game where you control the upwards movement of the bird to get it though the pipes. This will appear on your new tab. Try to compete against your highest scores - how far can you get!
확장 프로그램 기본 정보
이름 | Flappy Bird Classic New Tab |
ID | nemoehhfgdeobcmlcmjkgfigddnjlkij |
공식 URL | https://chromewebstore.google.com/detail/flappy-bird-classic-new-t/nemoehhfgdeobcmlcmjkgfigddnjlkij |
설명 | Play the Classic Flappy Bird in new tab |
파일 크기 | 299 KB |
설치 횟수 | 731 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2020-08-05 |
출시 날짜 | 2020-07-06 |
개발자 | socialappshortcut |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en,en-GB,en-US,fr,nl,vi,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,iw,hi,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.2", "default_locale": "en", "short_name": "Flappy Bird Classic", "name": "Flappy Bird Classic New Tab", "description": "Play the Classic Flappy Bird in new tab", "permissions": [ "topSites" ], "background": { "page": "background.html" }, "web_accessible_resources": [ "images\/*" ], "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "Play Flappy Bird Classic", "default_icon": "images\/icon38.png" }, "chrome_url_overrides": { "newtab": "game\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |