Netflix AutoSkip: Skip intro and outro

In Netflix, Automatically skip the intro & Play the next episode without waiting

Netflix AutoSkip: Skip intro and outro क्या है?

Netflix AutoSkip: Skip intro and outro Dev.White द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "In Netflix, Automatically skip the intro & Play the next episode without waiting"।

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

screenshot
screenshot

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

crx प्रारूप में Netflix AutoSkip: Skip intro and outro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Recently updated with UI changes in 'Netflix', all features of the app work properly. (Last update: 2020.07.04)


Essential Apps for "Netflix binge watching" !!

- Skip intro&recap directly without the need to click the skip button.
- Play directly without waiting for the next episode.

! Refresh of Netflix page is required after installation

---
- 3.4 version
  - Optimize performance
- 3.3 version
  - bug fixes
- 3.2 version
  - Modifications made to changes to the UI of the Netflix webpage
- 3.1 version
  - Intermittent bug fixes. (Stop after skip)
- 3.0 version
  - Remove 'recap episode skip' (not recap)
  - Bug fix
- 2.2 version
  - Bug fix
- 2.1 version
  - Add tooltip, 'Recap' and 'Recap Episode'
- 2.0 version
  - Change the way you set up (dropdown > on off switch)
  - Add "Skip Recap"
- 1.0 version
  - It is no longer necessary to refresh after changing the settings.
  - Change Style.
  - Optimize performance.
- 0.5 version
  - Fix minor bugs.
  - Optimize performance.                    

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

नाम Netflix AutoSkip: Skip intro and outro Netflix AutoSkip: Skip intro and outro
ID pfcombngcgnehkbdoafkhdcfdmklboai
आधिकारिक URL https://chromewebstore.google.com/detail/netflix-autoskip-skip-int/pfcombngcgnehkbdoafkhdcfdmklboai
विवरण In Netflix, Automatically skip the intro & Play the next episode without waiting
फ़ाइल का आकार 396 KB
स्थापना संख्या 12,068
वर्तमान संस्करण 3.4
अंतिम अपडेट 2020-07-06
प्रकाशन तिथि 2020-02-09
रेटिंग 2.42/5 कुल 59 रेटिंग्स
डेवलपर Dev.White
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix AutoSkip: Skip intro and outro",
    "short_name": "Netflix AutoSkip",
    "version": "3.4",
    "manifest_version": 2,
    "description": "In Netflix, Automatically skip the intro & Play the next episode without waiting",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.netflix.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "js\/watch.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}