KissAds

Handles Ad Closure For KissAnime

What is KissAds?

KissAds is a Chrome extension developed by virtualhavenstudios, and its main feature is "Handles Ad Closure For KissAnime".

Extension Screenshots

screenshot

Download KissAds Extension CRX File

Download KissAds extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        KissAds for use with the Kiss-Anime web page add closer,automatically closes advertisements after a few seconds the site will still receive add revenue support , but this makes it easier for our underage viewers to avoid seeing anything inappropriate in side ads .                    

Extension Basic Information

Name KissAds KissAds
ID kahabfligfceobbfkafbjjamnfccflkf
Official URL https://chrome.google.com/webstore/detail/kissads/kahabfligfceobbfkafbjjamnfccflkf
Description Handles Ad Closure For KissAnime
File Size 7.78 KB
Installation Count 35
Current Version 1.0.2
Last Updated 2020-01-06
Publish Date 2020-01-06
Developer virtualhavenstudios
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "manifest_version": 2,
    "name": "KissAds",
    "description": "Handles Ad Closure For KissAnime",
    "icons": {
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kissanime.ru\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}