Wall-It

WALL-IT-BUTTON

Wall-It क्या है?

Wall-It https://www.shopthewall.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WALL-IT-BUTTON"।

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

screenshot

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

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

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

                        Der Wall-It-Button findet alle Produkte im Netz!
Wenn Du den Wall-It-Button auf Bildern siehst, kannst Du draufklicken und Du findest sofort ähnliche Produkte im Internet.
Egal wo Du gerade surfst, der Wall-It-Button findet immer etwas passendes oder gleich Dein Wunschprodukt!
Wir sammeln keine Daten über Dich!
Probier es einfach aus!                    

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

नाम Wall-It Wall-It
ID afbalnlnpndpcccpiohigmnbhnjekopf
आधिकारिक URL https://chromewebstore.google.com/detail/wall-it/afbalnlnpndpcccpiohigmnbhnjekopf
विवरण WALL-IT-BUTTON
फ़ाइल का आकार 94.18 KB
स्थापना संख्या 16
वर्तमान संस्करण 0.4.6.10
अंतिम अपडेट 2017-12-06
प्रकाशन तिथि 2017-12-06
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.shopthewall.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.shopthewall.com
गोपनीयता नीति पृष्ठ URL https://www.shopthewall.com/datenschutz
समर्थित भाषाएँ de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wall-It",
    "description": "WALL-IT-BUTTON",
    "version": "0.4.6.10",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "wallit.css"
            ],
            "js": [
                "jquery-2.2.1.min.js",
                "content.js",
                "featherlight.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}