Ad Blocker

Ad Blocker - blocks all annoying ads, malware and tracking.

什麼是Ad Blocker?

Ad Blocker是由vadimmitrievich182開發的Chrome擴展程式,該擴展的主要功能是“Ad Blocker - blocks all annoying ads, malware and tracking.”。

擴展截圖

screenshot

下載Ad Blocker擴展crx文件

下載Ad Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        We would like to offer you our new extension.  Tired of advertising on the Internet?  Then Ad Blocker will help you.  Thanks to our product, you will be able to get rid of annoying advertisements on the Internet.  When you install Ad Blocker, you will immediately forget about the ads that bother you.  We guarantee you the high quality of our product.  You will not have to worry about your children, because you will know that they do not receive advertisements from unknown sites.  We did our best to make our product as simple and comfortable to use as possible for our users.  Just download Ad Blocker and start using it right now.                    

擴展基本資訊

名稱 Ad Blocker Ad Blocker
ID jaohnaoeopobbpjdeglffjnaclhifabp
官方網址 https://chrome.google.com/webstore/detail/ad-blocker/jaohnaoeopobbpjdeglffjnaclhifabp
簡介 Ad Blocker - blocks all annoying ads, malware and tracking.
檔案大小 272 KB
安裝次數 2,678
目前版本 1.1
更新時間 2021-12-22
上架時間 2021-04-25
評分 1.75/5 共 4 次評分
開發者 vadimmitrievich182
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "cerata.html"
    },
    "browser_action": {
        "default_icon": "sromana.png",
        "default_popup": "orea.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "siceond.js"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "soji.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "128": "sromana.png"
    },
    "manifest_version": 2,
    "homepage_url": "https:\/\/adsblocker.ru",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name_short__",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "",
        "storage"
    ],
    "version": "1.1"
}