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ファイルをダウンロード
Flappy Bird Classic New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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'" } |