Pokedex

Turn's facebook into a Pokedex.

Pokedex क्या है?

Pokedex #13point7 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn's facebook into a Pokedex."।

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

screenshot
screenshot

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

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

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

                        Theme your Facebook to look like a Pokedex!                    

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

नाम Pokedex Pokedex
ID ffklcjpfiebfalmeoinanhleefmgmfnc
आधिकारिक URL https://chromewebstore.google.com/detail/pokedex/ffklcjpfiebfalmeoinanhleefmgmfnc
विवरण Turn's facebook into a Pokedex.
फ़ाइल का आकार 48.84 KB
स्थापना संख्या 78
वर्तमान संस्करण 0.0.63
अंतिम अपडेट 2014-08-02
प्रकाशन तिथि 2014-08-02
रेटिंग 2.17/5 कुल 18 रेटिंग्स
डेवलपर #13point7
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokedex",
    "version": "0.0.63",
    "manifest_version": 2,
    "description": "Turn's facebook into a Pokedex.",
    "icons": {
        "64": "images\/facebook-like-button.png"
    },
    "web_accessible_resources": [
        "images\/*.png",
        "styles\/fonts\/*.*"
    ],
    "permissions": [
        "https:\/\/*.facebook.com\/"
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}