Cinema Sync

Cinema Sync

Cinema Syncคืออะไร?

Cinema Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cinemasync.net และคุณลักษณะหลักของมันคือ "Cinema Sync"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cinema Sync

ดาวน์โหลดไฟล์ส่วนขยาย Cinema Sync ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}