Kemono Ad Blocker

Replace Advertisements with Kenomo Friends picture Using Perceptual Techniques

Hvad er Kemono Ad Blocker?

Kemono Ad Blocker er en Chrome-udvidelse udviklet af Aki Maid Cat, og dens hovedfunktion er "Replace Advertisements with Kenomo Friends picture Using Perceptual Techniques".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Kemono Ad Blocker-udvidelses-CRX-fil

Download Kemono Ad Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Kemono Ad Blocker Kemono Ad Blocker
ID hpmafdhnhebdnocbbggahojldebohhgl
Officiel URL https://chrome.google.com/webstore/detail/hpmafdhnhebdnocbbggahojldebohhgl
Beskrivelse Replace Advertisements with Kenomo Friends picture Using Perceptual Techniques
Filstørrelse 9.98 MB
Antal Installationer 237
Nuværende Version 0.2.4
Senest Opdateret 2018-01-05
Udgivelsesdato 2018-01-05
Bedømmelse 4.78/5 Samlet 27 Bedømmelser
Udvikler Aki Maid Cat
Betalingsmetode free
Udvidelseswebsted http://aki.maid.cat
Understøttede Sprog 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"
    ]
}