Language Learning with Disney Plus(Beta)-AFL

Language Learning with Disney+ Extension - App for Language (AFL)

Vad är Language Learning with Disney Plus(Beta)-AFL?

Language Learning with Disney Plus(Beta)-AFL är en Chrome-tillägg utvecklad av https://appforlanguage.com, och dess huvudfunktion är "Language Learning with Disney+ Extension - App for Language (AFL)".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Language Learning with Disney Plus(Beta)-AFL-förlängningens CRX-fil

Ladda ner Language Learning with Disney Plus(Beta)-AFL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Welcome to Language Learning with Disney+, where we pride ourselves on bringing you the ultimate viewing experience for Disney Plus movies! 

Our innovative software offers a range of features designed to enhance your Disney movie-watching experience and make it more enjoyable than ever before.

Our dual subs feature allows you to watch your favorite Disney movies with not just one, but two sets of subtitles, making it easier for you to understand the dialogue and follow along with the story. And with our instant dictionary feature right on the screen, you can easily look up any unfamiliar words and improve your vocabulary as you watch.

But that's not all! Our software also offers the ability to save and learn vocabulary and sentences from the context, so you can improve your language skills even after the movie has ended. Plus, our user-friendly interface and intuitive controls make it easy to navigate and customize your viewing experience to your preferences.

So whether you're a Disney fan looking to improve your language skills, or someone who simply enjoys a good movie, our software has something for everyone. Try it today and see for yourself why it's the ultimate viewing experience for Disney plus movies!

Some of the features are:
★ DUAL SUBTITLES
-With this free extension you can simultaneously compare each sentence with your native language. We even added a third subtitles option for premium users.

★ INSTANT DICTIONARY
-Looking up words has never been easier. Quickly get the meaning of any word in the subtitles and learn them in context. No need to leave the video and waste your time looking up words in dictionaries.


★ HANDY SHORTCUTS 
- These shortcuts make your life a lot easier for watching and learning. You can find all of them in the setting of the extension.


★ UPLOAD SUBTITLES 
-Now you can watch any movie with dual subtitles in your native language, even those without subtitles (for premium users).

★ DOWNLOAD SUBTITLES
- You want to review the dialogues of a movie? now you can download the whole subtitle for later review.

★ OFFLINE REVIEW
- With the ability to EXPORT words and sentences, review these interesting phrases, with no distraction, in the offline world- even with Anki - or other flashcard apps - on your android or iOS phone.

★ SAVE NEW WORDS 
-Keep the movie's catchy phrases and vocabulary with yourself, show them off to your friends later.   ;)
- Your saved words will be highlighted in subtitles so that you learn them faster.
- You can learn vocabulary in context by saving sentences with their meaning.

★ SAVE PHRASES
- Don't like to save a full, meaningless sentence? Just edit the sentence and keep the interesting part of it (For premium users).


★ WORD PRONUNCIATION
- Increase your listening and speaking skills with the correct pronunciation of any words in the movie.

★ SMART AUTO-PAUSE
- Don't miss interesting moments of a movie when you don't know the vocabulary, just hover the mouse on that word, we will hold the movie for you. :)

★ SUBTITLES IN THE SIDEBAR
-You can see the whole subtitle of the movie on the sidebar to check the previous sentence or the next one. You can also quickly jump to any sentence.


Language Learning with Disney+ Extension made by App for Language (AFL)
AppForLanguage.com                    

Grundläggande Information om Tillägg

Namn Language Learning with Disney Plus(Beta)-AFL Language Learning with Disney Plus(Beta)-AFL
ID liencdcnkiopkjihmekmlnjkcajjppnf
Officiell webbadress https://chromewebstore.google.com/detail/language-learning-with-di/liencdcnkiopkjihmekmlnjkcajjppnf
Beskrivning Language Learning with Disney+ Extension - App for Language (AFL)
Filstorlek 1.59 MB
Antal Installationer 3,000
Aktuell Version 1.24.01.20
Senast Uppdaterad 2024-01-20
Publiceringsdatum 2023-03-07
Betyg 4.20/5 Totalt 10 Betyg
Utvecklare https://appforlanguage.com
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://appforlanguage.com/contact_us.html
URL till Sekretesspolicy Sidan https://appforlanguage.com/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Language Learning with Disney Plus(Beta)-AFL",
    "description": "Language Learning with Disney+ Extension - App for Language (AFL)",
    "default_locale": "en",
    "version": "1.24.01.20",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.disneyplus.com\/*",
                "https:\/\/www.disneyplus.com\/*"
            ],
            "css": [
                "disney\/styles.css"
            ],
            "js": [
                "disney\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/appforlanguage.com\/subscription\/auth\/google*",
                "http:\/\/www.appforlanguage.com\/subscription\/auth\/google*"
            ],
            "js": [
                "appforlanguage\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/appforlanguage.com\/loading\/",
                "https:\/\/appforlanguage.com\/loading",
                "http:\/\/www.appforlanguage.com\/loading"
            ],
            "js": [
                "payment\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/appforlanguage.com\/subscription\/subscription-result*",
                "http:\/\/www.appforlanguage.com\/subscription\/subscription-result*"
            ],
            "js": [
                "paymentpage\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/appforlanguage.com\/cancel",
                "https:\/\/appforlanguage.com\/cancel\/",
                "http:\/\/www.appforlanguage.com\/cancel"
            ],
            "js": [
                "cancelpage\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/appforlanguage.com\/cancelStripePage",
                "https:\/\/appforlanguage.com\/cancelStripePage\/",
                "http:\/\/www.appforlanguage.com\/cancelStripePage"
            ],
            "js": [
                "cancelStripePage\/contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/appforlanguage.com\/subscription\/disney",
                "https:\/\/appforlanguage.com\/subscription\/disney\/",
                "http:\/\/www.appforlanguage.com\/subscription\/disney"
            ],
            "js": [
                "packages\/contentscript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "backgroundscript.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png",
            "240": "images\/icon_240.png"
        },
        "default_title": "Language Learning with Disney Plus\u2122 Beta"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "240": "images\/icon_240.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tts"
    ],
    "host_permissions": [
        "https:\/\/appforlanguage.com\/*",
        "https:\/\/clients5.google.com\/*",
        "*:\/\/disneyplus.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}