CCTV View

Watch up to 20 webcams or CCTV cams within your browser.

CCTV View란 무엇입니까?

CCTV View은(는) burrito01에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch up to 20 webcams or CCTV cams within your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CCTV View 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension allows you to define up to 16 cctv or webcam urls. Every time the toolbar button is clicked it will show an updated version of the image.

I wrote it to be able to look at my cctv cameras with the click of a button. I use  Zoneminder (http://www.zoneminder.com), an open source cctv monitoring system. you can either use the image url from the watch window or the jpeg stream url from the montage window. For still images just copy the image url from the watch window (should look something like http://server/cgi-bin/nph-zms?mode=single&monitor=13&scale=100&connkey=193577&rand=1314794770 and paste this in the image url fields on the CCTV View options page.

For streaming jpeg images you'll need to copy the url parameter from the video stream on the montage window.

This extension needs access to connect.facebook.net to allow the facebook like button.
It also needs access to tabs which unfortunately includes browsing activity, this is needed to allow the monitor page to be loaded and for the target links you can set for each camera.

Also check out my CCTV View Mobile web app: http://i.cctvview.info

Changelog:

1.1.2.0
- Removed tab permission as it is not needed

1.1.1.0
- Added webm/ogg/mp4/3gp/flv support, please note that this is still in beta

1.1.0.9
- bug fix: somehow some javascript code was duplicated. this has been cleaned up.

1.1.0.8
- Textual change & removed some unused files

1.1.0.6
- Removed paypal donation button (Apparently Google doesn't like it...)
- Replaced minified jquery and jquery-ui by the non-minified versions (Another thing Google may not like)

1.1.0.5
- Updated jquery to 2.1.1
- Updated jquery-ui to 1.10.4
- Removed unused javascript and css files

1.1.0.1
- Added Rate Me link
- Code cleanup
- Minor bug fixes

1.1.0.0
- Settings are now synchronised to all your chrome instances on other computers when logged into chrome
- some minor layout changes and code improvements.

1.0.9.5
- Fixed manifest.json again.
- Fixed issue with html element creation (createElement('image') no longer works, should be createElement('img') now).
- Replaced background page with a script
- Updated jQuery to a more recent version

1.0.9.4
- updated manifest to version 2
- removed the 'Share' tab from the options page until I can work out how to make that work again
- moved all javascript to separate files as per Google's requirements

1.0.9.3
- Major overhaul of the options page

1.0.9.2
- Added tabbed support for up to 16 cameras

1.0.8.6
- Added Facebook like button to the options page

1.0.8.5
- Added fadeIn effect to images in popup
- Added 'Target Url' fields on the settings page. This allows you to add a url to each cam image. Clicking on the cam image will open a new tab to the Target Url.
- Added a Monitor Page, clicking the 'Monitor Page' link on the popup will open a new tab with all camera images, this allows you to keep your cameras open.
- Opens the CCTV View wiki page at first installation

1.0.8.4
- fixed layout issue with the homepage link

1.0.8.3
- Some javascript optimisations
- minor layout changes

1.0.8.2
- Added tool tips on the options page
- Fixed a javascript issue that caused 4 (broken) images to be displayed when less than 4 images were added on the option page
- Fixed scaling of the popup depending on the amount of images configured
- Added an option to display a link to your CCTV homepage in the popup. This option requires access to tabs.

1.0.8.1
- Cosmetic fixes
- Popup window scales to the amount of images
- Removed default image for empty image fields
- Added options to hide donation and help box on the options page
- Display Advanced Options is now persistent

1.0.7
- First release

Leave a comment with any bugs/requests

@Dai Saabaru: Authentication will be added in one of the next releases.                    

확장 프로그램 기본 정보

이름 CCTV View CCTV View
ID oajmcmcpiboagipoflploplebgicaadj
공식 URL https://chromewebstore.google.com/detail/cctv-view/oajmcmcpiboagipoflploplebgicaadj
설명 Watch up to 20 webcams or CCTV cams within your browser.
파일 크기 606 KB
설치 횟수 50,000
현재 버전 1.1.2.0
최근 업데이트 2022-11-16
출시 날짜 2018-10-26
평점 3.52/5 총 579 개의 평점
개발자 burrito01
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cctvview.info/CCTV_View
지원되는 언어 en
manifest.json
{
    "background": {
        "service_worker": "inc\/bg.js"
    },
    "action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "CCTV View"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Watch up to 20 webcams or CCTV cams within your browser.",
    "homepage_url": "https:\/\/www.cctvview.info\/CCTV_View",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCqXuU5fhyXY7h3I19JHBG7jK3PSiurWaXAbpe0GoUZ\/Sq5THGoXq02\/CJ4WR7jwJy8ulq1xpVpWH3WCVSeqsBF655jH27n+I\/\/eINqOhiR3wpEEdVxvmtFFDuBRRdC2fNfNQZcSLUpxvbn3eE1\/5cjNlM0MdAqbM+v2zlsF92yIQIDAQAB",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "CCTV View",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2.0"
}