miramira!

Share Netflix recommendations with your friends!

什麼是miramira!?

miramira!是由_patanpatan開發的Chrome擴展程式,該擴展的主要功能是“Share Netflix recommendations with your friends!”。

擴展截圖

screenshot

下載miramira!擴展crx文件

下載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
官方網址 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"
    }
}