We Get Around Network Forum PLUS

WGA Forum Chrome Extension - Toolbar RSS Feed.

Qu'est-ce que We Get Around Network Forum PLUS ?

We Get Around Network Forum PLUS est une extension Chrome développée par https://www.metroplex360.com, et sa fonction principale est "WGA Forum Chrome Extension - Toolbar RSS Feed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension We Get Around Network Forum PLUS

Téléchargez les fichiers d'extension We Get Around Network Forum PLUS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The We Get Around forum is an amazing resource for information on 3D Capture devices including Matterport 3D, iGuide, Immoviewer and NCTech 360 systems.

Enhance your We Get Around Experience with:

- A shiny WGA icon in your toolbar with an RSS Feed pop-up
- Secret Features

Previous Features:
- Block Google Map map from stealing mouse-wheel focus (New map as of 10/31/17)
- Increased site width from 980px to 1280px (Became Standard 9/22/17)
- A wider composition area (Became Standard 9/22/17)
- Double Sized IFRAME embeds (Became Standard 9/22/17)                    

Informations de Base sur l'Extension

Nom We Get Around Network Forum PLUS We Get Around Network Forum PLUS
ID jobjdigolpaedmaddbckahgbhmceikkd
URL Officiel https://chromewebstore.google.com/detail/we-get-around-network-for/jobjdigolpaedmaddbckahgbhmceikkd
Description WGA Forum Chrome Extension - Toolbar RSS Feed.
Taille du Fichier 386 KB
Nombre d'Installations 26
Version Actuelle 0.4
Dernière Mise à Jour 2017-11-04
Date de Publication 2017-11-04
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://www.metroplex360.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://forum.we-get-around.com
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "We Get Around Network Forum PLUS",
    "version": "0.4",
    "description": "WGA Forum Chrome Extension - Toolbar RSS Feed.",
    "homepage_url": "http:\/\/forum.we-get-around.com",
    "author": "Chris Hickman \/ Metroplex360.com",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Latest Posts",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "scripts.js",
                "popup.js"
            ],
            "matches": [
                "http:\/\/forum.we-get-around.com\/*",
                "https:\/\/my.matterport.com\/api\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:8080 https:\/\/my.matterport.com; object-src 'self'",
    "web_accessible_resources": [
        "popup.html"
    ]
}