3D Insider Redirect to Website

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

Vad är 3D Insider Redirect to Website?

3D Insider Redirect to Website är en Chrome-tillägg utvecklad av http://3dinsider.com, och dess huvudfunktion är "This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button".

Tilläggsskärmbilder

screenshot

Ladda ner 3D Insider Redirect to Website-förlängningens CRX-fil

Ladda ner 3D Insider Redirect to Website-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn 3D Insider Redirect to Website 3D Insider Redirect to Website
ID fieeebplngjmhombefjichabngoandfg
Officiell webbadress https://chrome.google.com/webstore/detail/3d-insider-redirect-to-we/fieeebplngjmhombefjichabngoandfg
Beskrivning This extension will redirect you to 3dinsider.com when you click the 'Visit Website' button
Filstorlek 25.16 KB
Antal Installationer 11
Aktuell Version 1.2
Senast Uppdaterad 2017-09-11
Publiceringsdatum 2017-09-11
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare http://3dinsider.com
Betalningssätt free
Tilläggswebbplats http://3dinsider.com
Stödda Språk 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"
    ]
}