3D Insider Redirect to Website
This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button
Cos'è 3D Insider Redirect to Website?
3D Insider Redirect to Website è un'estensione di Chrome sviluppata da http://3dinsider.com, e la sua funzione principale è "This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 3D Insider Redirect to Website
Scarica i file di estensione 3D Insider Redirect to Website in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | fieeebplngjmhombefjichabngoandfg |
URL Ufficiale | https://chrome.google.com/webstore/detail/3d-insider-redirect-to-we/fieeebplngjmhombefjichabngoandfg |
Descrizione | This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button |
Dimensione del File | 25.16 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-09-11 |
Data di Pubblicazione | 2017-09-11 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | http://3dinsider.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://3dinsider.com |
Lingue Supportate | 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" ] } |