3D Insider Redirect to Website

This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button

What is 3D Insider Redirect to Website?

3D Insider Redirect to Website is a Chrome extension developed by http://3dinsider.com, and its main feature is "This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button".

Extension Screenshots

screenshot

Download 3D Insider Redirect to Website Extension CRX File

Download 3D Insider Redirect to Website extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name 3D Insider Redirect to Website 3D Insider Redirect to Website
ID fieeebplngjmhombefjichabngoandfg
Official URL https://chrome.google.com/webstore/detail/3d-insider-redirect-to-we/fieeebplngjmhombefjichabngoandfg
Description This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button
File Size 25.16 KB
Installation Count 11
Current Version 1.2
Last Updated 2017-09-11
Publish Date 2017-09-11
Rating 5.00/5 Total 2 Ratings
Developer http://3dinsider.com
Payment Type free
Extension Website http://3dinsider.com
Supported Languages 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"
    ]
}