Akdis adblocker

Block your adds not your time

什么是Akdis adblocker?

Akdis adblocker是由ashu38987开发的Chrome扩展程序,该扩展的主要功能是“Block your adds not your time”。

扩展截图

screenshot

下载Akdis adblocker扩展crx文件

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

扩展使用说明

                        Akdis ad-blocker blocks ads and protects your privacy
akdis ad-blocker brings next generation ad-blocking experience to your browsing. 

Akdis is a disruptive ad-block extension that blocks ads and make your web-site smooth.

How It Works: 
Akdis works like any standard ad-blocker: it blocks all ads.

What Ads Does Akdis ad-blocker block on your Chrome browser:
Akdis ad-blocker  (defense) blocks ads. Display ads, pop-ups & pop-under, streaming video ads, malicious code and everything else.

Ad Targeting & Your Privacy:
We take your privacy seriously.

Release Notes:
V 1.2.0                    

扩展基本信息

名称 Akdis adblocker Akdis adblocker
ID hnanpgpeplljmlacjpebndeifgigoaem
官方URL https://chrome.google.com/webstore/detail/akdis-adblocker/hnanpgpeplljmlacjpebndeifgigoaem
简介 Block your adds not your time
文件大小 2.1 MB
安装次数 12
当前版本 1.2.1
更新时间 2021-04-25
上架时间 2021-02-23
评分 4.17/5 共6次评分
开发者 ashu38987
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Akdis adblocker",
    "version": "1.2.1",
    "description": "Block your adds not your time",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "popup.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}