DA Friends 2

Helper Tool for Diggy's Adventure

DA Friends 2 क्या है?

DA Friends 2 da-friends-devs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helper Tool for Diggy's Adventure"।

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

screenshot

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

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

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

                        A helper tool for the Facebook game, Diggy's Adventure.

Some users, with older or lower performance PC's may experience an impact on the speed in which the game loads once this extension has been installed.

Please note, this is "Fan Code" developed by fans of the game and is, in no way endorsed or supported by Pixel Federation, the developers of the actual game. Please do not contact Pixel Federation in relation to this extension.

If you experience problems with the game, while the extension is enabled, please first disable the extension and check if the problem persists before contacting Pixel Federation's support.

You use DA Friends at your own risk, it comes with no warranty or guarantee, neither explicit or implicit towards functionality or usability. The author shall not be held liable for any damage or loss caused by its use. By using this extension, you agree to these terms.                    

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

नाम DA Friends 2 DA Friends 2
ID ijihfmdfcepacepmdfabfkocoeogilpn
आधिकारिक URL https://chromewebstore.google.com/detail/da-friends-2/ijihfmdfcepacepmdfabfkocoeogilpn
विवरण Helper Tool for Diggy's Adventure
फ़ाइल का आकार 742 KB
स्थापना संख्या 7,044
वर्तमान संस्करण 2.0.190
अंतिम अपडेट 2024-01-29
प्रकाशन तिथि 2021-02-17
रेटिंग 4.63/5 कुल 32 रेटिंग्स
डेवलपर da-friends-devs
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "version": "2.0.190",
    "default_locale": "en",
    "description": "__MSG_ext_title__",
    "minimum_chrome_version": "71",
    "icons": {
        "16": "img\/logo\/iconYellow.png",
        "128": "img\/logo\/logo.png"
    },
    "browser_action": {
        "default_icon": "img\/logo\/iconGrey.png"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "tabs",
        "webNavigation",
        "*:\/\/apps.facebook.com\/diggysadventure\/*",
        "*:\/\/cdn.diggysadventure.com\/*",
        "*:\/\/static.diggysadventure.com\/*",
        "*:\/\/diggysadventure.com\/*",
        "*:\/\/game.diggysadventure.com\/*",
        "*:\/\/portal.pixelfederation.com\/*",
        "*:\/\/web.facebook.com\/*",
        "*:\/\/m.facebook.com\/*",
        "*:\/\/mbasic.facebook.com\/*",
        "*:\/\/www.facebook.com\/*"
    ],
    "web_accessible_resources": [
        "inject\/*.css",
        "inject\/game0.js",
        "css\/*.css",
        "js\/*.js",
        "js\/*.map",
        "img\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/portal.pixelfederation.com\/*",
                "https:\/\/portal.pixelfederation.com\/*\/diggysadventure",
                "https:\/\/portal.pixelfederation.com\/*\/diggysadventure\/",
                "https:\/\/portal.pixelfederation.com\/*\/diggysadventure\/?*",
                "https:\/\/apps.facebook.com\/diggysadventure",
                "https:\/\/apps.facebook.com\/diggysadventure\/",
                "https:\/\/apps.facebook.com\/diggysadventure\/?*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "inject\/game1.js"
            ]
        },
        {
            "matches": [
                "https:\/\/portal.pixelfederation.com\/_da\/miner",
                "https:\/\/portal.pixelfederation.com\/_da\/miner\/*",
                "https:\/\/game.diggysadventure.com\/miner",
                "https:\/\/game.diggysadventure.com\/miner\/*",
                "https:\/\/diggysadventure.com\/miner",
                "https:\/\/diggysadventure.com\/miner\/*"
            ],
            "exclude_globs": [
                "*\/wallpost.php*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "js\/purify.min.js",
                "js\/Html.js",
                "inject\/game2.js"
            ]
        }
    ],
    "background": {
        "page": "bgp\/background.html",
        "persistent": true
    }
}