Marvel
Marvel searching browser extension
Marvel là gì?
Marvel là một tiện ích mở rộng Chrome được phát triển bởi dev.infinitywalls, và tính năng chính của nó là "Marvel searching browser extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Marvel
Tải xuống các tệp mở rộng Marvel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
InfinityWalls – Marvel backrounds InfinityWalls – get your favourite Marvel character to be your browser backrgound For more information please visit: https://infinitywalls.xyz/index.html Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the InfinityWalls extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://infinitywalls.xyz/terms-and-conditions.html and privacy policy at https://infinitywalls.xyz/privacy-policy.html The extension will update your new-tab with customizable Marvel background, and it will change your search engine to be powered by Bing.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lfofpknejdihfgnolcgmfihnjmpkocgg |
URL Chính Thức | https://chromewebstore.google.com/detail/marvel/lfofpknejdihfgnolcgmfihnjmpkocgg |
Mô tả | Marvel searching browser extension |
Kích Thước Tệp | 18.61 MB |
Số Lần Cài Đặt | 207 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-04-20 |
Ngày Phát Hành | 2022-04-19 |
Nhà Phát Triển | dev.infinitywalls |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://infinitywalls.xyz/ |
URL Trang Trợ Giúp | https://infinitywalls.xyz/contact.html |
URL Trang Chính Sách Bảo Mật | https://infinitywalls.xyz/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Marvel", "description": "Marvel searching browser extension", "version": "1.0", "manifest_version": 3, "homepage_url": "https:\/\/infinitywalls.xyz\/index.html", "background": { "service_worker": ".\/background.js" }, "chrome_url_overrides": { "newtab": ".\/index.html" }, "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/marvel.png", "32": "\/images\/marvel.png", "48": "\/images\/marvel.png", "128": "\/images\/marvel.png" } }, "icons": { "16": "\/images\/marvel.png", "32": "\/images\/marvel.png", "48": "\/images\/marvel.png", "128": "\/images\/marvel.png" } } |