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