Virtual AdsKiller - Prevent annoying ads

Block ads seamlessly for a distraction-free browsing experience

什么是Virtual AdsKiller - Prevent annoying ads?

Virtual AdsKiller - Prevent annoying ads是由https://adskiller-adblocker.com开发的Chrome扩展程序,该扩展的主要功能是“Block ads seamlessly for a distraction-free browsing experience”。

扩展截图

screenshot
screenshot
screenshot

下载Virtual AdsKiller - Prevent annoying ads扩展crx文件

下载Virtual AdsKiller - Prevent annoying ads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Virtual AdsKiller - Prevent annoying ads Virtual AdsKiller - Prevent annoying ads
ID gdmaancjlgnldldiiecdokgocngmdobl
官方URL https://chromewebstore.google.com/detail/virtual-adskiller-prevent/gdmaancjlgnldldiiecdokgocngmdobl
简介 Block ads seamlessly for a distraction-free browsing experience
文件大小 10.8 MB
安装次数 641
当前版本 1.0.1
更新时间 2024-02-27
上架时间 2023-12-15
评分 5.00/5 共21次评分
开发者 https://adskiller-adblocker.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://adskiller-adblocker.com/
隐私政策页面URL https://adskiller-adblocker.com/privacy
支持的语言 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"
            }
        ]
    }
}