3D Insider Redirect to Website
This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button
3D Insider Redirect to Website là gì?
3D Insider Redirect to Website là một tiện ích mở rộng Chrome được phát triển bởi http://3dinsider.com, và tính năng chính của nó là "This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button".
Ả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 3D Insider Redirect to Website
Tải xuống các tệp mở rộng 3D Insider Redirect to Website 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
This plugin was made for fans of 3dinsider.com. It allows you to visit the site with the click of button. 3D Insider is a site dedicated to people who love 3D printers and drones. We have the latest news and reviews for you to read. The plugin has a button to click that will redirect you to the homepage of the site. We do not collect any information from you. Thank you for being a fan! 3D Insider
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fieeebplngjmhombefjichabngoandfg |
URL Chính Thức | https://chrome.google.com/webstore/detail/3d-insider-redirect-to-we/fieeebplngjmhombefjichabngoandfg |
Mô tả | This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button |
Kích Thước Tệp | 25.16 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-09-11 |
Ngày Phát Hành | 2017-09-11 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://3dinsider.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://3dinsider.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "3D Insider Redirect to Website", "description": "This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |