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

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

확장 프로그램 사용 설명서

                        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",
        ""
    ]
}