KissAnime AdBlocker

Blocks ads and prevents reduction of KPoints on KissAnime, KissManga, KissCartoon, and KissAsia

什么是KissAnime AdBlocker?

KissAnime AdBlocker是由samrg123开发的Chrome扩展程序,该扩展的主要功能是“Blocks ads and prevents reduction of KPoints on KissAnime, KissManga, KissCartoon, and KissAsia”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载KissAnime AdBlocker扩展crx文件

下载KissAnime AdBlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is an Alpha release and may not work if kissAnime updates their ad detection. I am not responsible for any loss of KPoints, but do sympathize with you (I have lost many as well). As a result, please report any found issues/bugs with the extension to my email: [email protected] or through the webstore and I will do my best to address the problem.

Thank you,

  Samuel Gonzalez   
  KAB Developer and fellow otaku


----- Change Log -----
  v0.5:
    NOT YET RELEASED - User interface
    proper logger
    customizable options (maybe) 

  v0.4:
   whole system rewrite
   removes adds before page is rendered
   site specific ad blocking
   block ads before request
   cleans up left over page elements
   enabled on kisscartoon and kissasian
   added temporary logging system

  v0.3:
   added facebook/twitter/google share/like button blocking
   cleaned up ad blocking system
   adding ad request blocking
   added support for kissmanga.com
   fixed extension to run on kissanime.to

  v0.2:
   fixed Disqus bug
   added white listing for iframe Ads

  v0.1:
   initial release

----------------------                    

扩展基本信息

名称 KissAnime AdBlocker KissAnime AdBlocker
ID dplhkhdabgaimhbgghflccmgadfofdmo
官方URL https://chrome.google.com/webstore/detail/kissanime-adblocker/dplhkhdabgaimhbgghflccmgadfofdmo
简介 Blocks ads and prevents reduction of KPoints on KissAnime, KissManga, KissCartoon, and KissAsia
文件大小 323 KB
安装次数 1,000
当前版本 0.4
更新时间 2016-01-28
上架时间 2016-01-28
评分 2.47/5 共30次评分
开发者 samrg123
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KissAnime AdBlocker",
    "short_name": "KAB",
    "version": "0.4",
    "description": "Blocks ads and prevents reduction of KPoints on KissAnime, KissManga, KissCartoon, and KissAsia",
    "author": "Samuel Gonzalez",
    "background": {
        "persistent": true,
        "scripts": [
            "resources\/kab.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "38": "resources\/images\/icon38.png"
        },
        "default_title": "KissAnime AdBlocker",
        "default_popup": "resources\/kab.html"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}