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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        您是喜歡動物的朋友嗎?!
讓您的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"
    ]
}