KissAnime AdBlocker

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

KissAnime AdBlocker là gì?

KissAnime AdBlocker là một tiện ích mở rộng Chrome được phát triển bởi samrg123, và tính năng chính của nó là "Blocks ads and prevents reduction of KPoints on KissAnime, KissManga, KissCartoon, and KissAsia".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KissAnime AdBlocker

Tải xuống các tệp mở rộng KissAnime AdBlocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KissAnime AdBlocker KissAnime AdBlocker
ID dplhkhdabgaimhbgghflccmgadfofdmo
URL Chính Thức https://chrome.google.com/webstore/detail/kissanime-adblocker/dplhkhdabgaimhbgghflccmgadfofdmo
Mô tả Blocks ads and prevents reduction of KPoints on KissAnime, KissManga, KissCartoon, and KissAsia
Kích Thước Tệp 323 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2016-01-28
Ngày Phát Hành 2016-01-28
Đánh Giá 2.47/5 Tổng số 30 Đánh Giá
Nhà Phát Triển samrg123
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}