miramira!

Share Netflix recommendations with your friends!

miramira! क्या है?

miramira! _patanpatan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share Netflix recommendations with your friends!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में miramira! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}