ScreenplaySubs - Netflix with Screenplays

Watch Netflix movies with its screenplays side-by-side

ScreenplaySubs - Netflix with Screenplays क्या है?

ScreenplaySubs - Netflix with Screenplays justEgan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch Netflix movies with its screenplays side-by-side"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में ScreenplaySubs - Netflix with Screenplays एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        >What's this?
ScreenplaySubs displays a screenplay of the movie you're watching on Netflix, and automatically adjusts the position of the screenplay based on the timestamp of the movie. It essentially provides a subtitle-like experience for reading screenplays. Since not all movies in Netflix are supported, we show a constantly updated list of movies supported in our website here https://screenplaysubs.com/movies

>Who is this for?
ScreenplaySubs delivers plenty of rewatch value to the movie you're watching. You'll get insights to different scenes you may have not yet realized, including:
- When a dialogue is improvised/reworded.
- When a scene is omitted or included in production/post.
- What an action is trying to emphasize on.
- When the order between two scenes are switched.
- In general how an action, dialogue, or scene heading is translated to screen.

>I'm interested! How do I set this up?
- Awesome! Install the browser extension.
- Check out the movie catalogue for movies to watch, and press "Watch".
- That's about it! You'll be redirected to Netflix and can start watching the movie.

Movie, Film, Netflix, Education, Screenplays, Film Student, Filmmaker                    

एक्सटेंशन की मूल जानकारी

नाम ScreenplaySubs - Netflix with Screenplays ScreenplaySubs - Netflix with Screenplays
ID cacofhihgjfapcpaocgkaadkpmgfieki
आधिकारिक URL https://chromewebstore.google.com/detail/screenplaysubs-netflix-wi/cacofhihgjfapcpaocgkaadkpmgfieki
विवरण Watch Netflix movies with its screenplays side-by-side
फ़ाइल का आकार 182 KB
स्थापना संख्या 4,108
वर्तमान संस्करण 1.2
अंतिम अपडेट 2020-08-31
प्रकाशन तिथि 2020-08-04
रेटिंग 3.00/5 कुल 8 रेटिंग्स
डेवलपर justEgan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://screenplaysubs.com/
सहायता पृष्ठ URL https://screenplaysubs.com/
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "ScreenplaySubs - Netflix with Screenplays",
    "short_name": "ScreenplaySubs",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/netflix.com\/*",
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/img\/icon-16x16.png",
        "48": "assets\/img\/icon-48x48.png",
        "128": "assets\/img\/icon-128x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self' https:\/\/ac68l4zjmb.execute-api.us-west-2.amazonaws.com\/dev\/fetchSupportedMovies https:\/\/8fnqprtjzi.execute-api.us-west-2.amazonaws.com\/dev\/getScriptDev; connect-src 'self' https:\/\/ac68l4zjmb.execute-api.us-west-2.amazonaws.com\/dev\/fetchSupportedMovies https:\/\/8fnqprtjzi.execute-api.us-west-2.amazonaws.com\/dev\/getScriptDev ws:\/\/localhost:9090\/",
    "web_accessible_resources": [
        "assets\/img\/*"
    ]
}