Virtual AdsKiller - Prevent annoying ads

Block ads seamlessly for a distraction-free browsing experience

Apa itu Virtual AdsKiller - Prevent annoying ads?

Virtual AdsKiller - Prevent annoying ads adalah ekstensi Chrome yang dikembangkan oleh https://adskiller-adblocker.com, dan fitur utamanya adalah "Block ads seamlessly for a distraction-free browsing experience".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Virtual AdsKiller - Prevent annoying ads

Unduh file ekstensi Virtual AdsKiller - Prevent annoying ads dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Virtual AdsKiller - Prevent annoying ads Virtual AdsKiller - Prevent annoying ads
ID gdmaancjlgnldldiiecdokgocngmdobl
URL Resmi https://chromewebstore.google.com/detail/virtual-adskiller-prevent/gdmaancjlgnldldiiecdokgocngmdobl
Deskripsi Block ads seamlessly for a distraction-free browsing experience
Ukuran File 10.8 MB
Jumlah Instalasi 641
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2024-02-27
Tanggal Publikasi 2023-12-15
Penilaian 5.00/5 Total 21 Penilaian
Pengembang https://adskiller-adblocker.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://adskiller-adblocker.com/
URL Halaman Kebijakan Privasi https://adskiller-adblocker.com/privacy
Bahasa yang Didukung 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"
            }
        ]
    }
}