Dino Anywhere

Play this cute dinosaur whenever you want

Dino Anywhere क्या है?

Dino Anywhere tikrank द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play this cute dinosaur whenever you want"।

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

screenshot

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

crx प्रारूप में Dino Anywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The well-known disconnected page Dinosaur game was extracted thanks to https://github.com/wayou/t-rex-runner
Have fun!                    

एक्सटेंशन की मूल जानकारी

नाम Dino Anywhere Dino Anywhere
ID dncgmdmoedhhnmjmfcbkbehhkcmgmfmg
आधिकारिक URL https://chrome.google.com/webstore/detail/dino-anywhere/dncgmdmoedhhnmjmfcbkbehhkcmgmfmg
विवरण Play this cute dinosaur whenever you want
फ़ाइल का आकार 61.63 KB
स्थापना संख्या 13,138
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-10-20
प्रकाशन तिथि 2020-09-25
रेटिंग 4.88/5 कुल 8 रेटिंग्स
डेवलपर tikrank
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dino Anywhere",
    "description": "Play this cute dinosaur whenever you want",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Dino Anywhere",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*.css",
        "*.js",
        "assets\/*"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.facebook.com\/*"
    ]
}