Wall-It
WALL-IT-BUTTON
Wall-Itとは何ですか?
Wall-Itはhttps://www.shopthewall.comによって開発されたChromeの拡張機能で、その主な機能は「WALL-IT-BUTTON」です。
拡張機能のスクリーンショット
Wall-It拡張機能のCRXファイルをダウンロード
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!
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/*" ] } |