TwiBlocker - Video AdBlocker
The TwiBlocker Adblock extension helps you block video ads.
Τι είναι το TwiBlocker - Video AdBlocker;
Το TwiBlocker - Video AdBlocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TwiBlocker, και η κύρια λειτουργία του είναι "The TwiBlocker Adblock extension helps you block video ads.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TwiBlocker - Video AdBlocker
Λήψη αρχείων επέκτασης TwiBlocker - Video AdBlocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        TwiBlocker AdBlocker extension is a video ad-blocker. The extension doesn’t use any external proxy, VPN, or 3rd party scripts. 
Features:
>> Easy Toggle ON/OFF
      Turn on blocking with one click on the toggle button.
>> High-Quality Streaming
     It blocks ads without compromising streaming quality. You can disable the ad      
     blocking prompt to improve the watching experience.
>> Show Blocking Message
     Displays the message after blocking ads.
Version 1.1.18 changes
>> Minor bug fixed
>> New UI
Version 1.1.9 changes
>> "Commercial break in progress/purple screen" bug fixed
Version 1.1.8 changes
>> New dark UI
>> Bug fixes
Version 1.1.4 changes
>> "Commercial break in progress" bug fixed
>> Improved UI
Note: This extension does not collect/share any of your personal information and it is developed after taking inspiration from open-source code.
The extension requires such permissions as:
 - "Access data for all websites": to block ads coming from multiple sites.
 - "Access to browser tabs" to get details about the website you visit (website url, tab id, parent tab id). It helps us to block ad requests.
 - “Notifications”: to send the important adblocking notifications.                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| ID | mdohdkncgoaamplcaokhmlppgafhlima | 
| Επίσημο URL | https://chromewebstore.google.com/detail/twiblocker-video-adblocke/mdohdkncgoaamplcaokhmlppgafhlima | 
| Περιγραφή | The TwiBlocker Adblock extension helps you block video ads. | 
| Μέγεθος Αρχείου | 55.07 KB | 
| Αριθμός Εγκαταστάσεων | 121,033 | 
| Τρέχουσα Έκδοση | 1.1.19 | 
| Τελευταία Ενημέρωση | 2024-01-04 | 
| Ημερομηνία Δημοσίευσης | 2022-09-08 | 
| Αξιολόγηση | 4.29/5 Συνολικά 1147 Αξιολογήσεις | 
| Προγραμματιστής | TwiBlocker | 
| Ηλεκτρονικό ταχυδρομείο | [email protected] | 
| Τύπος Πληρωμής | free | 
| URL της Σελίδας Πολιτικής Απορρήτου | https://www.twitchadblock.com/privacy-policy | 
| Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.1.19",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "icons\/32.png",
        "default_title": "Twitch Adblock Plus is Now TwiBlocker",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "popup.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "ads.js",
                "block.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ]
}  |  |