We Get Around Network Forum PLUS
WGA Forum Chrome Extension - Toolbar RSS Feed.
We Get Around Network Forum PLUS क्या है?
We Get Around Network Forum PLUS https://www.metroplex360.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WGA Forum Chrome Extension - Toolbar RSS Feed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में We Get Around Network Forum PLUS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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)
एक्सटेंशन की मूल जानकारी
नाम | We Get Around Network Forum PLUS |
ID | jobjdigolpaedmaddbckahgbhmceikkd |
आधिकारिक URL | https://chromewebstore.google.com/detail/we-get-around-network-for/jobjdigolpaedmaddbckahgbhmceikkd |
विवरण | WGA Forum Chrome Extension - Toolbar RSS Feed. |
फ़ाइल का आकार | 386 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 0.4 |
अंतिम अपडेट | 2017-11-04 |
प्रकाशन तिथि | 2017-11-04 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://www.metroplex360.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://forum.we-get-around.com |
समर्थित भाषाएँ | 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" ] } |