miramira!

Share Netflix recommendations with your friends!

miramira!란 무엇입니까?

miramira!은(는) _patanpatan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share Netflix recommendations with your friends!"입니다.

확장 프로그램 스크린샷

screenshot

miramira! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}