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
官方網址 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"
    }
}