Subscene Filter

The extension improves user experience on the Subscene. Users can choose their preferred language and hide neutral subtitles.

Subscene Filter क्या है?

Subscene Filter Dan Dao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension improves user experience on the Subscene. Users can choose their preferred language and hide neutral subtitles."।

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

screenshot
screenshot
screenshot

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

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

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

                        The Subscene Filter extension enhances the user experience on the Subscene website by allowing users to choose their preferred language for subtitles and hide neutral subtitles.

Users can select their preferred language from a drop-down list, and the extension will automatically display subtitles in that language. Additionally, users can hide subtitles that are not translated or are in the same language as the audio.

The Subscene Filter extension is a helpful tool for anyone who frequently uses the Subscene website to download and upload subtitles, as it allows users to customize their subtitles and filter out unwanted ones.                    

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

नाम Subscene Filter Subscene Filter
ID nklnmofaobhhdhbelhkkdohgjeekambg
आधिकारिक URL https://chromewebstore.google.com/detail/subscene-filter/nklnmofaobhhdhbelhkkdohgjeekambg
विवरण The extension improves user experience on the Subscene. Users can choose their preferred language and hide neutral subtitles.
फ़ाइल का आकार 376 KB
स्थापना संख्या 83
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-02-22
प्रकाशन तिथि 2023-02-22
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Dan Dao
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Subscene Filter",
    "description": "The extension improves user experience on the Subscene. Users can choose their preferred language and hide neutral subtitles.",
    "version": "1.0.2",
    "background": {
        "service_worker": "\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icon\/icon-32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/subscene.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "css\/site.css"
            ],
            "js": [
                "\/content.js"
            ]
        }
    ]
}