KissAnime AdBlocker

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

¿Qué es KissAnime AdBlocker?

KissAnime AdBlocker es una extensión de Chrome desarrollada por samrg123, y su función principal es "Blocks ads and prevents reduction of KPoints on KissAnime, KissManga, KissCartoon, and KissAsia".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión KissAnime AdBlocker

Descarga archivos de extensión KissAnime AdBlocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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

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

Información Básica de la Extensión

Nombre KissAnime AdBlocker KissAnime AdBlocker
ID dplhkhdabgaimhbgghflccmgadfofdmo
URL Oficial https://chrome.google.com/webstore/detail/kissanime-adblocker/dplhkhdabgaimhbgghflccmgadfofdmo
Descripción Blocks ads and prevents reduction of KPoints on KissAnime, KissManga, KissCartoon, and KissAsia
Tamaño del Archivo 323 KB
Cantidad de Instalaciones 1,000
Versión Actual 0.4
Última Actualización 2016-01-28
Fecha de Publicación 2016-01-28
Calificación 2.47/5 Total de 30 Calificaciones
Desarrollador samrg123
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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",
        ""
    ]
}