OpenTube

Privacy aware, secure OpenTube. Blocks any ads on YouTube.com.

Τι είναι το OpenTube;

Το OpenTube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OpenTube Studio, και η κύρια λειτουργία του είναι "Privacy aware, secure OpenTube. Blocks any ads on YouTube.com.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        OpenTube automatically skip ads and hides annoying banner ads.
OpenTube is a Chrome extension that blocks ads from YouTube™ and keeps track of the time you've saved by not watching ads on the platform. This content filtering and ad-blocking tool blocks all kinds of ads on YouTube, including banner ads, ad-clips, and pre-roll ads.

With OpenTube, you'll experience faster loading times and a more streamlined viewing experience. The technology behind the extension is based on ad-blocking filter lists that block external ad URLs on YouTube without making any changes to the website itself.

This extension is built with the new Manifest 3 system, which is privacy-aware and requires minimal permissions for ad-blocking on YouTube. You can trust that any adblock detection happens on your computer and is not tracked or monitored.

OpenTube is open-source and under the GPL3 License. You can review the code or contact support for more information. While the extension may ask for access to your browsing history and website data, it is only because OpenTube for YouTube™ runs on every tab, and does not monitor your browsing history or require any personal information to function properly.                    

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

Όνομα OpenTube OpenTube
ID jnmphegbidojlnkglhoimenbplbkhjib
Επίσημο URL https://chromewebstore.google.com/detail/opentube/jnmphegbidojlnkglhoimenbplbkhjib
Περιγραφή Privacy aware, secure OpenTube. Blocks any ads on YouTube.com.
Μέγεθος Αρχείου 1.75 MB
Αριθμός Εγκαταστάσεων 62
Τρέχουσα Έκδοση 1.0.12
Τελευταία Ενημέρωση 2023-03-27
Ημερομηνία Δημοσίευσης 2023-02-16
Προγραμματιστής OpenTube Studio
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://opentube.ai/
URL της Σελίδας Πολιτικής Απορρήτου https://opentube.ai/privacy-policy
Υποστηριζόμενες Γλώσσες en,ru,uk
manifest.json
{
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "64": "icons\/icon-64.png",
            "128": "icons\/icon-128.png",
            "512": "icons\/icon-512.png",
            "1024": "icons\/icon-1024.png"
        },
        "default_title": "__MSG_actionTitle__"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/navigator.share.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "js": [
                ".\/js\/vendor.js",
                ".\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "rules\/youtube.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png",
        "1024": "icons\/icon-1024.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "storage",
        "identity",
        "identity.email",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "short_name": "__MSG_extensionShortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.12",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "scriptlets.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "sB\/icons\/LogoSponsorBlocker256px.png",
                "sB\/icons\/IconSponsorBlocker256px.png",
                "sB\/icons\/PlayerStartIconSponsorBlocker.svg",
                "sB\/icons\/PlayerStopIconSponsorBlocker.svg",
                "sB\/icons\/PlayerUploadIconSponsorBlocker.svg",
                "sB\/icons\/PlayerUploadFailedIconSponsorBlocker.svg",
                "sB\/icons\/PlayerCancelSegmentIconSponsorBlocker.svg",
                "sB\/icons\/clipboard.svg",
                "sB\/icons\/settings.svg",
                "sB\/icons\/pencil.svg",
                "sB\/icons\/check.svg",
                "sB\/icons\/upvote.png",
                "sB\/icons\/downvote.png",
                "sB\/icons\/thumbs_down.svg",
                "sB\/icons\/thumbs_down_locked.svg",
                "sB\/icons\/thumbs_up.svg",
                "sB\/icons\/help.svg",
                "sB\/icons\/report.png",
                "sB\/icons\/close.png",
                "sB\/icons\/skipIcon.svg",
                "sB\/icons\/refresh.svg",
                "sB\/icons\/beep.ogg",
                "sB\/icons\/pause.svg",
                "sB\/icons\/stop.svg",
                "sB\/icons\/heart.svg",
                "sB\/icons\/visible.svg",
                "sB\/icons\/not_visible.svg",
                "sB\/icons\/PlayerInfoIconSponsorBlocker.svg",
                "sB\/icons\/PlayerDeleteIconSponsorBlocker.svg",
                "popup.html",
                "content.css"
            ]
        }
    ]
}