Kiss* AdHider

Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com

Wat is Kiss* AdHider?

Kiss* AdHider is een Chrome-extensie ontwikkeld door Bates550, en de belangrijkste functie is "Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kiss* AdHider

Download Kiss* AdHider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Kiss* AdHider hides ads on the video pages of kissanime.com, kisscartoon.me, and kissasian.com. You can choose the number of ads you want to hide so you can reach a middle ground between helping out the site and having a ton of ads bogging your browser down.                    

Basisinformatie over de Extensie

Naam Kiss* AdHider Kiss* AdHider
ID nflemgmhipglnakijnfnabobjgnkadin
Officiële URL https://chromewebstore.google.com/detail/kiss-adhider/nflemgmhipglnakijnfnabobjgnkadin
Beschrijving Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com
Bestandsgrootte 443 KB
Aantal Installaties 326
Huidige Versie 1.1
Laatst Bijgewerkt 2015-11-14
Publicatiedatum 2015-11-14
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Bates550
Betalingswijze free
Extensiewebsite https://github.com/Bates550/kissterisk_adhider
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kiss* AdHider",
    "version": "1.1",
    "description": "Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Kiss* AdHider",
        "default_popup": "popup.html"
    },
    "author": "Bates 550",
    "permissions": [
        "webNavigation",
        "activeTab",
        "*:\/\/kisscartoon.me\/Cartoon\/*\/*",
        "*:\/\/kissanime.com\/Anime\/*\/*",
        "*:\/\/kissasian.com\/Drama\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kisscartoon.me\/Cartoon\/*\/*",
                "*:\/\/kissanime.to\/Anime\/*\/*",
                "*:\/\/kissasian.com\/Drama\/*\/*"
            ],
            "js": [
                "kissterisk_adhider.js"
            ]
        }
    ]
}