OFFTHEGRID AD BLOCKER

Block ads and pop-ups on websites such as YouTube

Τι είναι το OFFTHEGRID AD BLOCKER;

Το OFFTHEGRID AD BLOCKER είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OfftheGrid Adblocker, και η κύρια λειτουργία του είναι "Block ads and pop-ups on websites such as YouTube".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        OFFTHEGRID AD BLOCKER is a Ad-blocker Google Chrome extension which offers secure and fast browsing with no logs stored. OFFTHEGRID blocks ads on nearly any website, including YouTube, giving you an uninterrupted and hassle-free browsing experience. Enjoy ad-free browsing with just one click. Try it out now and experience the benefits of ad-free browsing experience.

This extension can block video ads on YouTube, and all types of ads on Google.

OFFTHEGRID AD BLOCKER is a one of donation type of extensions and honor systems. Thus, this is a hornor-ware, which means that this and users trust each other to be honest:
- Users pay what they can afford for AdBlock.
- Users get a refund and can keep AdBlock- if they don't love it.
IF users ever need help, they can contact support email.

This is the Version 1.0.2. In the future, new and improved ads blocking functions including ads block on Twitch will be added, and new support port will be linked to payment page.


**What is an AdBlocker and why should I use it when browsing the web? ***

An ad blocker is a software program that is designed to block or remove advertisements from web pages. Ad blockers work by blocking or removing the code that displays ads on a webpage, which can help improve the load times and overall performance of the webpage. Ad blockers can be installed as browser extensions, apps, or as part of an operating system.

Ad blockers are useful for a variety of reasons, including:

-Improving the performance of web pages by blocking ads that can slow down the page load time
-Reducing the amount of data used when browsing the web
Removing unwanted or intrusive ads that can be distracting or annoying
-Protecting against malware or other security threats that can be delivered through ads
-By using an ad blocker, you can have a more streamlined and enjoyable browsing experience without being bombarded by ads.                    

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

Όνομα OFFTHEGRID AD BLOCKER OFFTHEGRID AD BLOCKER
ID gkjgmbheblchlnmhmpjpnnkfpkjihllc
Επίσημο URL https://chromewebstore.google.com/detail/offthegrid-ad-blocker/gkjgmbheblchlnmhmpjpnnkfpkjihllc
Περιγραφή Block ads and pop-ups on websites such as YouTube
Μέγεθος Αρχείου 1.03 MB
Αριθμός Εγκαταστάσεων 375
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-04-27
Ημερομηνία Δημοσίευσης 2023-04-20
Αξιολόγηση 4.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής OfftheGrid Adblocker
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OFFTHEGRID AD BLOCKER",
    "description": "Block ads and pop-ups on websites such as YouTube",
    "version": "1.0.2",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/images\/icon16.png",
            "48": ".\/images\/icon48.png",
            "128": ".\/images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "rules\/rules.json"
            },
            {
                "id": "ruleset_2",
                "enabled": false,
                "path": "rules\/rules1.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true,
            "resources": [
                "src\/web-accessible-resources\/*"
            ]
        }
    ]
}