Troywell - ad blocker

Free ad blocker for popular news and social platforms.

Τι είναι το Troywell - ad blocker;

Το Troywell - ad blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Troywell, και η κύρια λειτουργία του είναι "Free ad blocker for popular news and social platforms.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Troywell - ad blocker

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

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

                        Troywell Adblock effectively blocks ads from Youtube, Facebook, VKontakte, and other popular services. This adblocker browser extension allows you  blocking pop up ads on chrome, effectively blocking advertisements, various notifications, blocking ads for youtube, fb on chrome. AdBlocker extension will get rid of 100% of intrusive ads wherever you are!

No doubt it's a  very effective and absolutely free adblock for youtube videos, Facebook, Twitter, and any other popular service. But what other possibilities does it offer to users?

Ad remover extension significantly speeds up your browser while optimizing the memory and CPU load
Troywell Adblock allows you to use all features of the Internet without being tracked, having your confidential information stolen, or your device infected with malware
AdBlocker is fully automatic and has many settings to fit your needs

A great way to remove ads in your browser in a flash, just install this free adblocker for chrome right now and enjoy fast, comfortable, and safe web surfing! Moreover, it is not only a reliable blocker ads for youtube videos, music. The extension has many other useful features. Users also get browser security VPN and parental controls – reliable web browser protection from criminals and unwanted content on the web.

Download and install adblock for chrome browser extension absolutely for free. Try and test for yourself this popular ad block tool for web sites right now!                    

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

Όνομα Troywell - ad blocker Troywell - ad blocker
ID jjhjgkjcpaniilpdfopnghofbaedmibc
Επίσημο URL https://chromewebstore.google.com/detail/troywell-ad-blocker/jjhjgkjcpaniilpdfopnghofbaedmibc
Περιγραφή Free ad blocker for popular news and social platforms.
Μέγεθος Αρχείου 2.72 MB
Αριθμός Εγκαταστάσεων 1,019
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2021-10-08
Ημερομηνία Δημοσίευσης 2021-09-28
Αξιολόγηση 3.86/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Troywell
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://adblock.troywell.org/
URL της Σελίδας Πολιτικής Απορρήτου https://troywell.org/privacy-policy
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "management",
        "webNavigation",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "",
        "notifications"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "vendors\/bundle.js",
                "contentBlock\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "*.css",
        "*.png"
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    }
}