Transformers Gallery

Transformers Gallery shows photos about science fiction action autobots films.

Transformers Gallery क्या है?

Transformers Gallery pictures and images द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transformers Gallery shows photos about science fiction action autobots films."।

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

screenshot

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

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

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

                        Transformers fun extension includes image gallery about Transformers film, Age of Extinction, cybertron, car robot toys, Shia LaBeouf, Megan Fox, Rachael Taylor. Then app provides the function 'Add photo' from any website only one click right mouse. Click to picture and click Add to Transformers Gallery.                    

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

नाम Transformers Gallery Transformers Gallery
ID dalkmncjflickkogopmafhhhckgbeega
आधिकारिक URL https://chrome.google.com/webstore/detail/transformers-gallery/dalkmncjflickkogopmafhhhckgbeega
विवरण Transformers Gallery shows photos about science fiction action autobots films.
फ़ाइल का आकार 96.87 KB
स्थापना संख्या 151
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-12-04
प्रकाशन तिथि 2015-12-02
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर pictures and images
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Transformers Gallery",
    "description": "Transformers Gallery shows photos about science fiction action autobots films.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "conf.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img_sep\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "img_sep\/ico_16.png",
        "48": "img_sep\/ico_48.png"
    }
}