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
Eメール [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"
            }
        ]
    }
}