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" ] } |