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คืออะไร?
3D Insider Redirect to Website เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://3dinsider.com และคุณลักษณะหลักของมันคือ "This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3D Insider Redirect to Website
ดาวน์โหลดไฟล์ส่วนขยาย 3D Insider Redirect to Website ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fieeebplngjmhombefjichabngoandfg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/3d-insider-redirect-to-we/fieeebplngjmhombefjichabngoandfg |
คำอธิบาย | This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button |
ขนาดไฟล์ | 25.16 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2017-09-11 |
วันที่เผยแพร่ | 2017-09-11 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://3dinsider.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://3dinsider.com |
ภาษาที่รองรับ | 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" ] } |