Dota Tooltips

Popup text for Dota 2 related keywords.

Dota Tooltips क्या है?

Dota Tooltips dotatooltips द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Popup text for Dota 2 related keywords."।

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

screenshot
screenshot
screenshot

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

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

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

                        Modifies Dota related keywords to allow mouseover tooltips on every page you visit. A helpful tool for newcomers to the game and veterans alike. 

Extension is not affiliated with Valve or the Dota 2 brand. All assets drawn from the Dota 2 website. For this reason, users are subject to Valve's privacy policy which can be found online here:
http://store.steampowered.com/privacy_agreement/                    

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

नाम Dota Tooltips Dota Tooltips
ID leapddieoamfamhknejpmebbohanfini
आधिकारिक URL https://chromewebstore.google.com/detail/dota-tooltips/leapddieoamfamhknejpmebbohanfini
विवरण Popup text for Dota 2 related keywords.
फ़ाइल का आकार 76.96 KB
स्थापना संख्या 59
वर्तमान संस्करण 0.0.1.8
अंतिम अपडेट 2016-10-15
प्रकाशन तिथि 2016-10-15
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर dotatooltips
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dota Tooltips",
    "version": "0.0.1.8",
    "description": "Popup text for Dota 2 related keywords.",
    "author": "github.com\/dgkf",
    "icons": {
        "128": "icons\/dotatooltips_icon_128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "http:\/\/cdn.dota2.com\/",
        "https:\/\/www.dota2.com\/*"
    ],
    "background": {
        "scripts": [
            "third_party_resources\/js\/jquery-3.1.0.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/dotatooltips_icon_128.png",
        "default_title": "Dota Tooltips",
        "default_popup": "html\/options.html"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "third_party_resources\/js\/jquery-3.1.0.min.js",
                "js\/add_tooltips.js"
            ],
            "css": [
                "css\/style_custom.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "html\/*.html",
        "json\/*.json"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}