Cinema Sync

Cinema Sync

Cinema Sync란 무엇입니까?

Cinema Sync은(는) cinemasync.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cinema Sync"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Cinema Sync 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing Cinema Sync, the ultimate edge extension for all your Hollywood news needs! Our team has scoured the web to find the best website for keeping up-to-date with the latest news and gossip from the cinema industry. And now, we're making it even easier for you to access this valuable resource with our new extension.

No longer do you need to waste time searching for a reliable source for Hollywood news. Simply download the Cinema Sync extension and receive notifications whenever new articles are published. With just a click, you can stay informed about the latest movie releases, box office results, celebrity interviews, and much more.

Using the extension is incredibly easy. Once installed, you can access it by opening your browser's extensions and clicking on the Cinema Sync logo. This will open a small window with a search box where you can enter any topic related to the cinema industry that you want to learn more about. In no time, you'll be redirected to the latest news and information on the subject.

So, whether you're a casual movie-goer or a die-hard cinephile, Cinema Sync has got you covered. Download the extension today and never miss a beat when it comes to Hollywood news!                    

확장 프로그램 기본 정보

이름 Cinema Sync Cinema Sync
ID bnnncegidinilncjpiokojkmieddllnb
공식 URL https://chrome.google.com/webstore/detail/cinema-sync/bnnncegidinilncjpiokojkmieddllnb
설명 Cinema Sync
파일 크기 16.09 KB
설치 횟수 1,449
현재 버전 2.0
최근 업데이트 2023-03-29
출시 날짜 2023-03-29
개발자 cinemasync.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cinemasync.net/privacy-policy.html
도움말 페이지 URL https://cinemasync.net/contact.html
개인정보 보호 정책 페이지 URL https://cinemasync.net/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cinema Sync",
    "version": "2.0",
    "description": "Cinema Sync",
    "icons": {
        "16": "drive\/image16.png",
        "32": "drive\/image32.png",
        "64": "drive\/image64.png",
        "128": "drive\/image128.png"
    },
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "declarativeNetRequest",
        "notifications",
        "gcm"
    ],
    "action": {
        "default_icon": {
            "32": "drive\/image32.png"
        },
        "default_title": "Cinema Sync",
        "default_popup": "cinemasync_form.html"
    },
    "background": {
        "service_worker": "cinemasync.js"
    },
    "host_permissions": [
        ""
    ],
    "manifest_version": 3
}