Ads Remove

This ad blocker removes all ads.

什麼是Ads Remove?

Ads Remove是由Ads Remove開發的Chrome擴展程式,該擴展的主要功能是“This ad blocker removes all ads.”。

擴展截圖

screenshot
screenshot
screenshot

下載Ads Remove擴展crx文件

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

擴展使用說明

                        Ads Remove is the most advanced adsblock tool for Chrome
Do you want to block advertisement? Here is Ads Remove that automatically blocks all ad including pre-roll video ads, text & banner ads. Save your time by stopping those useless advertisements. It's is an easy-to-use tool that blocks video and social media advertising.

More than an adblocker, this tool lets you take control of your internet, block viruses and stop tracking.

This ad blocker removes all ads.                    

擴展基本資訊

名稱 Ads Remove Ads Remove
ID llncminnaabnpemjjldjomiccnhnpmoh
官方網址 https://chrome.google.com/webstore/detail/ads-remove/llncminnaabnpemjjldjomiccnhnpmoh
簡介 This ad blocker removes all ads.
檔案大小 78.93 KB
安裝次數 1,000
目前版本 1.0.0
更新時間 2019-05-02
上架時間 2019-04-27
評分 4.10/5 共 29 次評分
開發者 Ads Remove
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://getadblock.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads Remove",
    "description": "This ad blocker removes all ads.",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "16.0.884",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/socket.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Ads Remove",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ]
}