Flappy Bird Classic New Tab

Play the Classic Flappy Bird in new tab

Flappy Bird Classic New Tab क्या है?

Flappy Bird Classic New Tab socialappshortcut द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play the Classic Flappy Bird in new tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flappy Bird Classic New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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'"
}