Virtual AdsKiller - Prevent annoying ads

Block ads seamlessly for a distraction-free browsing experience

Cos'è Virtual AdsKiller - Prevent annoying ads?

Virtual AdsKiller - Prevent annoying ads è un'estensione di Chrome sviluppata da https://adskiller-adblocker.com, e la sua funzione principale è "Block ads seamlessly for a distraction-free browsing experience".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Virtual AdsKiller - Prevent annoying ads

Scarica i file di estensione Virtual AdsKiller - Prevent annoying ads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Virtual Adskiller: the all-encompassing solution to the advertising mess on the modern web. This versatile extension was created to enhance your browsing experience across all browsers and provide you with a pristine ad-free journey. Enjoy a streamlined, accelerated and more engaging exploration of the web, without the interruptions of ads.

Virtual Adskiller excels in its ability to remove ads from countless websites, allowing you to focus only on the content you are looking for. It skillfully blocks banner ads, pauses intrusive video ads, and silences all manner of other advertising tactics, so you can surf peacefully and uninterrupted.

Key Features:
Universal Ads Removal: Virtual Adskiller uses advanced technology to detect and remove a wide range of ads for a smooth and uninterrupted web experience.
Ad Surveillance Function: Different from Virtual Adskiller, this feature allows you to flag overlooked ads. Reported ads are quickly reviewed and our system is updated to prevent future failures.
Privacy Shield: This extension protects your personal data from ad-driven tracking mechanisms and improves your online privacy and security.
Improved performance: By blocking ads, Virtual Adskiller reduces your browser's data load, resulting in faster page load times and improved overall performance.
User-friendly design: Virtual Adskiller is intuitively designed for easy navigation and operation, welcoming users of all skill levels.

Consistent updates: We are committed to maintaining your ad-free online environment. Virtual Adskiller is regularly updated with the latest ad-blocking technology to ward off new advertising strategies.

Step into a new era of ad-free browsing with Virtual Adskiller. Experience an uninterrupted, faster and safer web experience, created with your needs in mind.

Your privacy and data security are of utmost importance to us. Find out more by visiting our Privacy Policy: https://adskiller-adblocker.com/privacy                    

Informazioni di Base sull'Estensione

Nome Virtual AdsKiller - Prevent annoying ads Virtual AdsKiller - Prevent annoying ads
ID gdmaancjlgnldldiiecdokgocngmdobl
URL Ufficiale https://chromewebstore.google.com/detail/virtual-adskiller-prevent/gdmaancjlgnldldiiecdokgocngmdobl
Descrizione Block ads seamlessly for a distraction-free browsing experience
Dimensione del File 10.8 MB
Conteggio Installazioni 641
Versione Corrente 1.0.1
Ultimo Aggiornamento 2024-02-27
Data di Pubblicazione 2023-12-15
Valutazione 5.00/5 Totale 21 Valutazioni
Sviluppatore https://adskiller-adblocker.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://adskiller-adblocker.com/
URL della Pagina della Politica sulla Privacy https://adskiller-adblocker.com/privacy
Lingue Supportate de,en,fr,nl,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.1",
    "default_locale": "en",
    "icons": {
        "16": "image\/icons\/icon-16x16.png",
        "32": "image\/icons\/icon-32x32.png",
        "48": "image\/icons\/icon-48x48.png",
        "64": "image\/icons\/icon-64x64.png",
        "128": "image\/icons\/icon-128x128.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting",
        "activeTab",
        "tabs",
        "webNavigation",
        "contextMenus"
    ],
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/war\/*",
                "*.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline'; child-src 'self';"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_1\/ruleset_1.json"
            },
            {
                "id": "ruleset_13",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_13\/ruleset_13.json"
            },
            {
                "id": "ruleset_14",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_14\/ruleset_14.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "filters\/declarative\/ruleset_2\/ruleset_2.json"
            },
            {
                "id": "ruleset_4",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_4\/ruleset_4.json"
            },
            {
                "id": "ruleset_6",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_6\/ruleset_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_7\/ruleset_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_8\/ruleset_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_9\/ruleset_9.json"
            }
        ]
    }
}