Virtual AdsKiller - Prevent annoying ads

Block ads seamlessly for a distraction-free browsing experience

Qu'est-ce que Virtual AdsKiller - Prevent annoying ads ?

Virtual AdsKiller - Prevent annoying ads est une extension Chrome développée par https://adskiller-adblocker.com, et sa fonction principale est "Block ads seamlessly for a distraction-free browsing experience".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Virtual AdsKiller - Prevent annoying ads

Téléchargez les fichiers d'extension Virtual AdsKiller - Prevent annoying ads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Virtual AdsKiller - Prevent annoying ads Virtual AdsKiller - Prevent annoying ads
ID gdmaancjlgnldldiiecdokgocngmdobl
URL Officiel https://chromewebstore.google.com/detail/virtual-adskiller-prevent/gdmaancjlgnldldiiecdokgocngmdobl
Description Block ads seamlessly for a distraction-free browsing experience
Taille du Fichier 10.8 MB
Nombre d'Installations 641
Version Actuelle 1.0.1
Dernière Mise à Jour 2024-02-27
Date de Publication 2023-12-15
Évaluation 5.00/5 Total 21 Évaluations
Développeur https://adskiller-adblocker.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://adskiller-adblocker.com/
URL de la Page de Politique de Confidentialité https://adskiller-adblocker.com/privacy
Langues Prises en Charge 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"
            }
        ]
    }
}