AdBlock For Twitch: No More Ads

Yes, AdBlock For Twitch really works, you don't see any ads on Twitch While Playing Video. install and use AdBlock For Twitch.

Τι είναι το AdBlock For Twitch: No More Ads;

Το AdBlock For Twitch: No More Ads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον onlynewtab, και η κύρια λειτουργία του είναι "Yes, AdBlock For Twitch really works, you don't see any ads on Twitch While Playing Video. install and use AdBlock For Twitch.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AdBlock For Twitch: No More Ads

Λήψη αρχείων επέκτασης AdBlock For Twitch: No More Ads σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        AdBlock For Twitch is available in the chrome web store just install it and stop Annoying Ads on Twitch.

Adblocker blocks ads by automatically reducing the video resolution to ensure that you are not disturbed by ads while watching live streams or VOD on twitch.tv.

Features:-

✔️ Easy To Use
Just click on Extension Icon, you see pop-up menu, and then tap ON/OFF Button.

✔️No bother
No effect on watching Twitch streams. You can turn off the ad blocking prompt to improve the viewing experience.

✔️ "Blocking Ads" message On/Off

How To Use:- 

How To Use:-

1. Firstly click on "Add To Chrome" Button.
2. After Installing just click on "Extension icon" button.
3. You see Pop-Up menu for Adblock ON/OFF For Youtube.
4. Lets Enjoy

Thanks :)                    

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

Όνομα AdBlock For Twitch: No More Ads AdBlock For Twitch: No More Ads
ID hlcijddonelfhdefalkmkilcoplhccag
Επίσημο URL https://chrome.google.com/webstore/detail/adblock-for-twitch-no-mor/hlcijddonelfhdefalkmkilcoplhccag
Περιγραφή Yes, AdBlock For Twitch really works, you don't see any ads on Twitch While Playing Video. install and use AdBlock For Twitch.
Μέγεθος Αρχείου 59.05 KB
Αριθμός Εγκαταστάσεων 3,414
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-06-22
Ημερομηνία Δημοσίευσης 2022-06-22
Αξιολόγηση 2.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής onlynewtab
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://apkmanager.co/adblock-for-twitch/
URL της Σελίδας Πολιτικής Απορρήτου https://onlynewtab.com/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "AdBlock For Twitch: No More Ads",
    "description": "Yes, AdBlock For Twitch really works, you don't see any ads on Twitch While Playing Video. install and use AdBlock For Twitch.",
    "icons": {
        "48": "icons\/twitch-blocked-48x48.png",
        "96": "icons\/twitch-blocked-96x96.png"
    },
    "action": {
        "default_icon": "icons\/twitch-blocked-32x32.png",
        "default_title": "AdBlock For Twitch: No More Ads",
        "default_popup": "pages\/pop-up.html"
    },
    "options_ui": {
        "page": "pages\/pop-up.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rule_set_1.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "block_ads.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ]
}