Wall-It

WALL-IT-BUTTON

ما هو Wall-It؟

Wall-It هو إضافة Chrome تم تطويرها بواسطة https://www.shopthewall.com، والميزة الرئيسية لها هي "WALL-IT-BUTTON".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Wall-It

قم بتنزيل ملفات الامتداد Wall-It بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}