IMDb. SYNc

IMDb. movie ratings synchronization

IMDb. SYNcคืออะไร?

IMDb. SYNc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FlaQ และคุณลักษณะหลักของมันคือ "IMDb. movie ratings synchronization"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMDb. SYNc

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

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

                        Allows to automatically rate IMDb. movies, series and games with ratings collected from .json file or from Filmweb page. Whole process takes about three seconds for one rating. Synchronize 100 movies in five minutes by clicking two buttons!

Even if you don't use Filmweb page, you can export movie ratings from your favourite page, edit it to .json format and synchronize with IMDb.

-- UPDATE 2022.08.17
1. Adjusted to new Filmweb layout: lazy-loading
2. Adjusted to new Chrome Extension manifest
3. Added ranking date

-- UPDATE 2021.04.15
1. Adjusted to new IMDb layout

-- UPDATE 2020.11.18
1. Adjusted to new Filmweb layout

-- UPDATE 2020.04.14
1. Adjusted to new Filmweb layout

-- UPDATE 2019.03.22
1. Adjusted to new Filmweb layout and Chrome API
2. Progress bar now - as before - shows number of ratings downloaded/synchronized

-- UPDATE 2018.05.29
1. Adjusted to new Filmweb layout
2. Progress bar now shows number of pages downloaded/synchronized

-- UPDATE 2018.01.03
1. Added "year" of a movie/series/game
2. New API with higher requests limit

-- UPDATE 2018.01.02
1. Major bug fixes
2. Now synchronize also series and games!
3. Different API for finding movies, series and games
4. Small improvements

-- UPDATE 2016.06.02
1. Bugs fixed
2. Faster synchronization
3. More accurate movie finding
4. Error info

-- TODO
1. Instant synchronization: rate IMDb. movie automatically after rating Filmweb movie.
2. IMDb. movies override checkbox.
...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IMDb. SYNc IMDb. SYNc
ID ajfajdcomligokjlpkbaadcehedgmaia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imdb-sync/ajfajdcomligokjlpkbaadcehedgmaia
คำอธิบาย IMDb. movie ratings synchronization
ขนาดไฟล์ 46.83 KB
จำนวนการติดตั้ง 646
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-08-20
วันที่เผยแพร่ 2020-04-14
คะแนน 3.22/5 รวมทั้งหมด 65 คะแนน
ผู้พัฒนา FlaQ
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IMDb. SYNc",
    "short_name": "IMDb. SYNc",
    "description": "__MSG_app_description__",
    "version": "1.1",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_icon": "img\/icon_38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "host_permissions": [
        "https:\/\/ssl.filmweb.pl\/",
        "https:\/\/www.filmweb.pl\/",
        "http:\/\/www.filmweb.pl\/",
        "https:\/\/www.imdb.com\/",
        "http:\/\/www.imdb.com\/",
        "https:\/\/api.themoviedb.org\/"
    ],
    "permissions": [
        "background"
    ]
}