Armory Cam Tab
Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab.
What is Armory Cam Tab?
Armory Cam Tab is a Chrome extension developed by Coding Johns, and its main feature is "Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab.".
Extension Screenshots
Download Armory Cam Tab Extension CRX File
Download Armory Cam Tab 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
Get a live look at Armory Square in Syracuse, NY every time you open a new tab!
Extension Basic Information
Name | Armory Cam Tab |
ID | mcgpmcceklgakpdofmbalcaifaabagkf |
Official URL | https://chromewebstore.google.com/detail/armory-cam-tab/mcgpmcceklgakpdofmbalcaifaabagkf |
Description | Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab. |
File Size | 59.5 KB |
Installation Count | 56 |
Current Version | 1.3.2 |
Last Updated | 2018-11-20 |
Publish Date | 2018-11-20 |
Rating | 4.14/5 Total 7 Ratings |
Developer | Coding Johns |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "cam.html" }, "description": "Armory Cam Tab shows a live look at Armory Square in Syracuse, NY every time you open a new tab.", "manifest_version": 2, "name": "Armory Cam Tab", "version": "1.3.2", "permissions": [ "storage" ], "icons": { "128": "images\/icon128@2x.jpg", "16": "images\/icon16@2x.png", "48": "images\/icon48@2x.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; img-src * data:; object-src 'self'" } |