Brainly Ad Blocker

Lightweight ad blocker for brainly.com and its other language versions.

Τι είναι το Brainly Ad Blocker;

Το Brainly Ad Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον senoshi, και η κύρια λειτουργία του είναι "Lightweight ad blocker for brainly.com and its other language versions.".

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

screenshot

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

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

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

                        This extension interacts with the site brainly.com, as well as with its versions in other languages ​​​​of the world (Polish, Russian, French, Portuguese, etc.)
It removes all banners from the page that might prevent students from getting an answer to their question.

We have reached the mark of 200+ users! Thank you all very much, we are glad that we were able to do something useful for the community.

We will be very happy if you rate our extension and write a review!                    

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

Όνομα Brainly Ad Blocker Brainly Ad Blocker
ID mbihpcfipmlcbnbmkkodijbdlbahicmp
Επίσημο URL https://chrome.google.com/webstore/detail/brainly-ad-blocker/mbihpcfipmlcbnbmkkodijbdlbahicmp
Περιγραφή Lightweight ad blocker for brainly.com and its other language versions.
Μέγεθος Αρχείου 93.9 KB
Αριθμός Εγκαταστάσεων 1,945
Τρέχουσα Έκδοση 2.7.3
Τελευταία Ενημέρωση 2023-02-06
Ημερομηνία Δημοσίευσης 2022-12-15
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής senoshi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://senoshi.t.me/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Brainly Ad Blocker",
    "description": "Lightweight ad blocker for brainly.com and its other language versions.",
    "version": "2.7.3",
    "author": "Ruslan Senoshi ",
    "icons": {
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png",
        "512": "icons\/logo-512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/brainly.com\/question\/*",
                "https:\/\/brainly.pl\/zadanie\/*",
                "https:\/\/brainly.ph\/question\/*",
                "https:\/\/brainly.in\/question\/*",
                "https:\/\/brainly.ro\/tema\/*",
                "https:\/\/brainly.co.id\/tugas\/*",
                "https:\/\/nosdevoirs.fr\/devoir\/*",
                "https:\/\/eodev.com\/gorev\/*",
                "https:\/\/brainly.com.br\/tarefa\/*",
                "https:\/\/znanija.com\/task\/*",
                "https:\/\/brainly.lat\/tarea\/*"
            ],
            "js": [
                "build\/storageCleaner.js",
                "build\/bannerRemover.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/logo-16.png",
            "48": "icons\/logo-48.png",
            "128": "icons\/logo-128.png",
            "512": "icons\/logo-512.png"
        },
        "default_popup": "popup\/info.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": []
}