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
公式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
Eメール [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"
    }
}