Kemono Ad Blocker

Replace Advertisements with Kenomo Friends picture Using Perceptual Techniques

什么是Kemono Ad Blocker?

Kemono Ad Blocker是由Aki Maid Cat开发的Chrome扩展程序,该扩展的主要功能是“Replace Advertisements with Kenomo Friends picture Using Perceptual Techniques”。

扩展截图

screenshot
screenshot

下载Kemono Ad Blocker扩展crx文件

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

扩展使用说明

                        您是喜歡動物的朋友嗎?!
讓您的facebook充滿動物朋友!

想要更多動物朋友,但是又不想影響你看動態嗎?
千秋女僕狐隆重推出:動物朋友 Ad Blocker!
只會遮住贊助廣告,不會替換您頁面上所有的圖片變成動物朋友。

此擴充元件使用粗略的類神經網路判斷廣告,可能會有誤判產生,如果要專業的檔廣告請使用ublock ww

About 千秋:http://akira.eu.org

Inspired by CornGuo's nKemono 
如果您覺得動物朋友不夠,想要滿滿朋友的話:
(https://chrome.google.com/webstore/detail/nkemono/pfeabhccnkpilbkjncnndoahffhjgkak?hl=zh-TW)

Ad blocking tech by Perceptual Ad Highlighter                    

扩展基本信息

名称 Kemono Ad Blocker Kemono Ad Blocker
ID hpmafdhnhebdnocbbggahojldebohhgl
官方URL https://chrome.google.com/webstore/detail/hpmafdhnhebdnocbbggahojldebohhgl
简介 Replace Advertisements with Kenomo Friends picture Using Perceptual Techniques
文件大小 9.98 MB
安装次数 237
当前版本 0.2.4
更新时间 2018-01-05
上架时间 2018-01-05
评分 4.78/5 共27次评分
开发者 Aki Maid Cat
付费类型 free
扩展官网 http://aki.maid.cat
支持的语言 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kemono Ad Blocker",
    "description": "Replace Advertisements with Kenomo Friends picture Using Perceptual Techniques",
    "version": "0.2.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Kenomo Ad Blocker"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "externalCode\/jquery\/jquery-1.12.4.min.js",
                "perceptualLibrary\/image_search.js",
                "utils.js",
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "externalCode\/jquery\/jquery-1.12.4.min.js",
                "perceptualLibrary\/container_finder.js",
                "perceptualLibrary\/link_clicker.js",
                "perceptualLibrary\/check_text_and_link.js",
                "locale_info.js",
                "utils.js",
                "ad_highlighter.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "externalCode\/grafi.js",
            "externalCode\/tesseract.js",
            "perceptualLibrary\/adchoices_hashes.js",
            "perceptualLibrary\/hash_encoding.js",
            "perceptualLibrary\/perceptual_background.js"
        ]
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "object-src 'self'; img-src * data:; script-src 'self' 'unsafe-eval' chrome-extension:\/\/gealglfelmndodeocfbfedggekgiofhe blob: filesystem: chrome-extension-resource:",
    "web_accessible_resources": [
        "actual_icons\/*.png",
        "externalCode\/tesseract_index.js",
        "externalCode\/tesseract_worker.js",
        "externalCode\/eng.traineddata.gz"
    ]
}