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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}