Kemono Ad Blocker

Replace Advertisements with Kenomo Friends picture Using Perceptual Techniques

Kemono Ad Blocker क्या है?

Kemono Ad Blocker Aki Maid Cat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace Advertisements with Kenomo Friends picture Using Perceptual Techniques"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kemono Ad Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}