NekoCap

Create and upload community captions for YouTube videos (and more) with this easy to use extension that supports SSA/ASS rendering.

Τι είναι το NekoCap;

Το NekoCap είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://nekocap.com, και η κύρια λειτουργία του είναι "Create and upload community captions for YouTube videos (and more) with this easy to use extension that supports SSA/ASS rendering.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NekoCap

Λήψη αρχείων επέκτασης NekoCap σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        View, create and share your captions/subtitles for videos on video streaming sites such as YouTube and Vimeo with this open source extension!
(Please help to report bugs to the Discord channel below)

Watch
* View community contributed captions made in NekoCap with the extension while browsing YouTube & other supported sites
* View captions with cool, advanced effects (WIP, for Substation Alpha [SSA/ASS] captions only)

Create
* Create captions in any language in the browser with the NekoCap editor while watching videos
* Load and tweak externally created captions (SSA, ASS, SRT, VTT, SBV files are supported)
* Use automatically generated captions as a base for your captions (YouTube only)
* Adjust caption timings
* Export captions created with the editor to SRT (other formats coming soon)

Share
* Submit your captions to the NekoCap server so that other NekoCap users can easily see them while browsing supported sites
* Give captions a thumbs up or down to let others know how accurate they are

* More features to come!
* And it's all free!
* (Click on the jigsaw icon and pin the NekoCap extension to login to submit captions)

Currently supported sites:
* YouTube
* Twitter
* Netflix (beta)
* TikTok
* Vimeo
and more!

Join the community on Discord here if you have questions and feedback: https://discord.gg/xZ9YEXY5pd

Contribute to this extension here: https://github.com/nopol10/nekocap

Important note: Captions are submitted by the community and may not reflect the intent of the video creator. Neither NekoCap nor the video creator is responsible for content in the community contributed captions                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NekoCap NekoCap
ID gmopgnhbhiniibbiilmbjilcmgaocokj
Επίσημο URL https://chromewebstore.google.com/detail/nekocap/gmopgnhbhiniibbiilmbjilcmgaocokj
Περιγραφή Create and upload community captions for YouTube videos (and more) with this easy to use extension that supports SSA/ASS rendering.
Μέγεθος Αρχείου 4.65 MB
Αριθμός Εγκαταστάσεων 4,524
Τρέχουσα Έκδοση 1.10.3
Τελευταία Ενημέρωση 2024-03-03
Ημερομηνία Δημοσίευσης 2020-12-26
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://nekocap.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.nekocap.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.nekocap.com
URL της Σελίδας Πολιτικής Απορρήτου https://gist.github.com/nopol10/e017ffb20da584fd0e0b3b046718262f
Υποστηριζόμενες Γλώσσες en,fr,vi,fa,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NekoCap",
    "description": "__MSG_extShortDescription__",
    "version": "1.10.3",
    "default_locale": "en",
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.tver.jp\/*",
                "https:\/\/*.nicovideo.jp\/*",
                "https:\/\/*.vimeo.com\/*",
                "https:\/\/*.bilibili.com\/*",
                "https:\/\/*.netflix.com\/*",
                "https:\/\/*.primevideo.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.wetv.vip\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.iq.com\/*",
                "https:\/\/*.abema.tv\/*",
                "https:\/\/*.bilibili.tv\/*",
                "https:\/\/*.nogidoga.com\/*",
                "https:\/\/*.cu.tbs.co.jp\/*",
                "https:\/\/*.archive.org\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.dailymotion.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.tver.jp\/*",
                "https:\/\/*.nicovideo.jp\/*",
                "https:\/\/*.vimeo.com\/*",
                "https:\/\/*.bilibili.com\/*",
                "https:\/\/*.netflix.com\/*",
                "https:\/\/*.primevideo.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.wetv.vip\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.iq.com\/*",
                "https:\/\/*.abema.tv\/*",
                "https:\/\/*.dailymotion.com\/*",
                "https:\/\/*.bilibili.tv\/*",
                "https:\/\/*.nogidoga.com\/*",
                "https:\/\/*.cu.tbs.co.jp\/*",
                "https:\/\/*.archive.org\/*"
            ],
            "run_at": "document_start",
            "css": [
                "js\/content.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.jpg",
                "img\/*.png",
                "img\/*.gif",
                "img\/*.svg",
                "sub-assets\/*.*",
                "js\/subtitle-octopus\/*.*"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.tver.jp\/*",
                "https:\/\/*.nicovideo.jp\/*",
                "https:\/\/*.vimeo.com\/*",
                "https:\/\/*.bilibili.com\/*",
                "https:\/\/*.netflix.com\/*",
                "https:\/\/*.primevideo.com\/*",
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.wetv.vip\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.iq.com\/*",
                "https:\/\/*.abema.tv\/*",
                "https:\/\/*.dailymotion.com\/*",
                "https:\/\/*.bilibili.tv\/*",
                "https:\/\/*.nogidoga.com\/*",
                "https:\/\/*.cu.tbs.co.jp\/*",
                "https:\/\/*.archive.org\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.nekocap.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgxAzXBWt\/o0z5yjDmUHDR8joIf6bAAxvfioMbfAdaL2VKVLTXgaLpnugSDbma1CvRU2VB\/53EstafAcIg7kNVlT3WULNSuFsJHg4mEQUteOkNwnjXsBQICm04WswC1LfQQgUw3E3pJHiNnHp74ISy6Sncv0MfSWNIi9rFehDN2nXfbdDXNJNheZCMMF\/HhLreyeaq2oCy4BIMqQp825kpfRRkCNG+mlvjpseCM6Nde3dPtByt2SplNKB4\/O5LnOyfYTsjoDOU\/0ak\/CtwGqxkrYyeaI3pJrLXQAe35r8GLeO0EJQ7bElpBQuXVosrcNqp6HFqSxiHpWHYUrqoZxjcwIDAQAB"
}