OpenVideo – ad-free streaming

Watch all of the videos – but none of the ads! (...even on sites which block adblockers)

OpenVideo – ad-free streaming क्या है?

OpenVideo – ad-free streaming Dominik Sander द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch all of the videos – but none of the ads! (...even on sites which block adblockers)"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        OpenVideo creates a safe space on every video playing webpage - ideal for streaming sites bloated with ads and malware!

OpenVideo comes with its own video player, which has some pretty cool features:
 ► adds player hotkeys (eg. 'f' for fullscreen)
 ► download button for every video
 ► add subtitles easily from hard drive or url
 ► starts video where you left
 ► theatre mode and picture-in-picture mode
 
And on the most common streaming sites the OpenVideo player will be embedded automatically.
 
Also there is a built in video search engine (doesn't overwrite your default search engine) and a library where you can manage your video history and your playlists.

This addon uses Google Analytics so I can see which streaming hosts are most commonly used. This data is anonymous and can't be connected to individual users. This data important to keep up the high functionality rate of this addon, however you can turn it off in the extension's options.                    

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

नाम OpenVideo – ad-free streaming OpenVideo – ad-free streaming
ID dadggmdmhmfkpglkfpkjdmlendbkehoh
आधिकारिक URL https://chromewebstore.google.com/detail/openvideo-%E2%80%93-ad-free-strea/dadggmdmhmfkpglkfpkjdmlendbkehoh
विवरण Watch all of the videos – but none of the ads! (...even on sites which block adblockers)
फ़ाइल का आकार 246 KB
स्थापना संख्या 38,063
वर्तमान संस्करण 4.2.0
अंतिम अपडेट 2023-11-24
प्रकाशन तिथि 2020-06-21
रेटिंग 4.58/5 कुल 429 रेटिंग्स
डेवलपर Dominik Sander
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://chrome.google.com/webstore/detail/openvideo-ad-free-streami/dadggmdmhmfkpglkfpkjdmlendbkehoh/support
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenVideo \u2013 ad-free streaming",
    "short_name": "OpenVideo",
    "description": "Watch all of the videos \u2013 but none of the ads! (...even on sites which block adblockers)",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "action": {
        "default_icon": "logos\/logo256.png",
        "default_popup": "pages\/popupmenu\/index.html"
    },
    "icons": {
        "16": "logos\/logo16.png",
        "48": "logos\/logo48.png",
        "64": "logos\/logo64.png",
        "128": "logos\/logo128.png",
        "256": "logos\/logo256.png"
    },
    "background": {
        "service_worker": "background-scripts\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/openvideo-streaming.github.io\/*",
        "*:\/\/dood.pm\/*",
        "*:\/\/*.mxdcontent.net\/*",
        "https:\/\/*.mp4upload.com:282\/*",
        "*:\/\/*\/*ov-id=*"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "version": "4.2.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/allFramesScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/ovWebPage.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/topPageScript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject-scripts\/searchvideos.js",
                "pages\/popupmenu\/index.html",
                "pages\/runisolatedscript\/index.html",
                "pages\/welcome\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}