Kinorium

The best website for movie search and thoughts sharing with friends

Kinoriumคืออะไร?

Kinorium เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kinorium.com และคุณลักษณะหลักของมันคือ "The best website for movie search and thoughts sharing with friends"

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

screenshot
screenshot

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

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

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

                        Kinorium is getting even closer to you with the new Chrome extension. Now, when you visit a movie page on any big movie site, you can easily go to its page in Kinorium in one click.

In addition, the extension will automatically show you the rating of that movie right in the browser bar. This is incredibly convenient!

The following projects are currently connected to the extension:

- IMDb.com
- Wikipedia
- Rotten Tomatoes
- BoxOfficeMojo
- Kinopoisk
- Netflix
- and other major online movie theaters                    

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

ชื่อ Kinorium Kinorium
ID ogeankadkoofdjpdoggjfomegklpdnmb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kinorium/ogeankadkoofdjpdoggjfomegklpdnmb
คำอธิบาย The best website for movie search and thoughts sharing with friends
ขนาดไฟล์ 71.9 KB
จำนวนการติดตั้ง 672
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-04-22
วันที่เผยแพร่ 2020-12-15
คะแนน 4.71/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://kinorium.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kinorium.com
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.3",
    "default_locale": "ru",
    "homepage_url": "https:\/\/kinorium.com\/",
    "background": {
        "scripts": [
            "bg.js",
            "worker.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    },
    "description": "__MSG_extDesc__",
    "icons": {
        "96": "img\/96.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "img\/icon.png"
    ],
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self';"
}