No Adblock-Killer

Avoid the Adblock killers, enjoy the ad-free website again!

什么是No Adblock-Killer?

No Adblock-Killer是由kysterdraw开发的Chrome扩展程序,该扩展的主要功能是“Avoid the Adblock killers, enjoy the ad-free website again!”。

扩展截图

screenshot

下载No Adblock-Killer扩展crx文件

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

扩展使用说明

                        Have you ever had to disable adblock on a website? Thanks to no-adblock-killer, keep enjoying the ad-free website!                    

扩展基本信息

名称 No Adblock-Killer No Adblock-Killer
ID gehpbpmoageipdegelfanklkfaeffjki
官方URL https://chrome.google.com/webstore/detail/no-adblock-killer/gehpbpmoageipdegelfanklkfaeffjki
简介 Avoid the Adblock killers, enjoy the ad-free website again!
文件大小 116 KB
安装次数 488
当前版本 1.6
更新时间 2019-05-27
上架时间 2019-05-27
评分 1.00/5 共5次评分
开发者 kysterdraw
付费类型 free
扩展官网 https://github.com/lucasmrdt/no-adb-killer
帮助页面URL https://github.com/lucasmrdt/no-adb-killer/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Adblock-Killer",
    "short_name": "no-adb-killer",
    "version": "1.6",
    "description": "Avoid the Adblock killers, enjoy the ad-free website again!",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/*"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.6play.fr\/*",
        "https:\/\/*.tf1.fr\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}