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"
    }
}