AdShield

AdShield is equipped with powerful ad block technology that minimizes distractions from annoying ads.

Τι είναι το AdShield;

Το AdShield είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adshield, και η κύρια λειτουργία του είναι "AdShield is equipped with powerful ad block technology that minimizes distractions from annoying ads.".

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

screenshot
screenshot
screenshot

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

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

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

                        Tired of ads? AdShield lets you take control of your internet, block viruses and stop tracking.
Some of featured Highlights of AdShield

1. AdShield  is an easy-to-use adblocker that blocks video and social media advertising.
2. It couldn’t be easier to use AdShield to block ads. Its seamless integration means no setup or maintenance is required.
3. AdShield saves battery life & reduces energy use by stopping ads from loading and using precious resources.

To remove our extension from Google Chrome:
1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings".
3) In the menu that appears click on "Extensions".
4) From the list of installed Extensions, find the name of the toolbar extension you wish to uninstall.
5) Click on the trash can icon to the right of "Enable" (for the toolbar extension you wish to uninstall).
6) Close your browser completely and reopen it. Our toolbar extension should be removed from your Chrome browser.                    

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

Όνομα AdShield AdShield
ID jgkppccmofdbockjcgnhmehojhacjjod
Επίσημο URL https://chrome.google.com/webstore/detail/adshield/jgkppccmofdbockjcgnhmehojhacjjod
Περιγραφή AdShield is equipped with powerful ad block technology that minimizes distractions from annoying ads.
Μέγεθος Αρχείου 1.41 MB
Αριθμός Εγκαταστάσεων 989
Τρέχουσα Έκδοση 1.0.18.1109
Τελευταία Ενημέρωση 2018-12-24
Ημερομηνία Δημοσίευσης 2018-12-23
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής adshield
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://adshield.me/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "AdShield",
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "20": "icons\/20.png",
            "32": "icons\/32.png",
            "38": "icons\/38.png",
            "40": "icons\/40.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "polyfill.js",
                "ext\/common.js",
                "ext\/content.js",
                "include.preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "include.postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "description": "__MSG_description__",
    "devtools_page": "devtools.html",
    "icons": {
        "128": "icons\/detailed\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/detailed\/48.png",
        "64": "icons\/detailed\/64.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "49.0",
    "name": "AdShield",
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "",
        "cookies",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "short_name": "__MSG_name__",
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "version": "1.0.18.1109"
}