Kiss* AdHider
Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com
What is Kiss* AdHider?
Kiss* AdHider is a Chrome extension developed by Bates550, and its main feature is "Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com".
Extension Screenshots
Download Kiss* AdHider Extension CRX File
Download Kiss* AdHider extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | nflemgmhipglnakijnfnabobjgnkadin |
| Official URL | https://chromewebstore.google.com/detail/kiss-adhider/nflemgmhipglnakijnfnabobjgnkadin |
| Description | Clicks the hide button for ads on kissanime.com, kisscartoon.me, and kissasian.com |
| File Size | 443 KB |
| Installation Count | 326 |
| Current Version | 1.1 |
| Last Updated | 2015-11-14 |
| Publish Date | 2015-11-14 |
| Rating | 5.00/5 Total 4 Ratings |
| Developer | Bates550 |
| Payment Type | free |
| Extension Website | https://github.com/Bates550/kissterisk_adhider |
| Supported Languages | 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"
]
}
]
} | |