KissAnime AdBlocker

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

Was ist KissAnime AdBlocker?

KissAnime AdBlocker ist eine Chrome-Erweiterung, die von samrg123 entwickelt wurde, und ihr Hauptmerkmal ist "Blocks ads and prevents reduction of KPoints on KissAnime, KissManga, KissCartoon, and KissAsia".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

KissAnime AdBlocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie KissAnime AdBlocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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

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

Grundlegende Informationen zur Erweiterung

Name KissAnime AdBlocker KissAnime AdBlocker
ID dplhkhdabgaimhbgghflccmgadfofdmo
Offizielle URL https://chrome.google.com/webstore/detail/kissanime-adblocker/dplhkhdabgaimhbgghflccmgadfofdmo
Beschreibung Blocks ads and prevents reduction of KPoints on KissAnime, KissManga, KissCartoon, and KissAsia
Dateigröße 323 KB
Installationsanzahl 1,000
Aktuelle Version 0.4
Letztes Update 2016-01-28
Veröffentlichungsdatum 2016-01-28
Bewertung 2.47/5 Insgesamt 30 Bewertungen
Entwickler samrg123
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}