miramira!

Share Netflix recommendations with your friends!

miramira!คืออะไร?

miramira! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย _patanpatan และคุณลักษณะหลักของมันคือ "Share Netflix recommendations with your friends!"

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

screenshot

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

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

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

                        This chrome extension will add a new option on the Netflix menu, with two sections:
- Share: generate your recommendations data, which will not contain any personal information, only a list of your liked and disliked movies and shows. After generating the recommendations you can share it as a link, or a numeric PIN, or download a file and share it with your friends.
- Upload: when you receive recommendations from a friend, you can either enter the link, or paste the PIN, or upload the file. Then it will be analyzed to determine how compatible it is with your votes, and then it will show you a list of the movies you didn't vote and your friend liked, so you can either Add it to your list, Like it, Dislike it, or Watch it.

________________________________________________________________________________________
Version 7: Bug fixing                    

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

ชื่อ miramira! miramira!
ID jjcahmeampcbaoojmjcdegllfkmdpocm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/miramira/jjcahmeampcbaoojmjcdegllfkmdpocm
คำอธิบาย Share Netflix recommendations with your friends!
ขนาดไฟล์ 131 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 8
อัปเดตครั้งล่าสุด 2023-04-12
วันที่เผยแพร่ 2021-04-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา _patanpatan
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://twitter.com/talkdeck
ภาษาที่รองรับ en-US,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_miramira__",
    "description": "__MSG_miramira_desc__",
    "version": "8",
    "manifest_version": 2,
    "default_locale": "en_US",
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/miramira.min.js",
                "js\/lz-string.min.js",
                "js\/firebase-app.js",
                "js\/firebase-database.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "converted_from_user_script": true,
    "web_accessible_resources": [
        "M.png",
        "html\/miramira.html",
        "html\/results.html",
        "html\/details.html",
        "_locales\/en_US\/messages.json",
        "_locales\/es\/messages.json"
    ],
    "icons": {
        "128": "M-ico.png"
    }
}