KissAnime++
Remembers video settings for KissAnime html5 player
What is KissAnime++?
KissAnime++ is a Chrome extension developed by GazZy, and its main feature is "Remembers video settings for KissAnime html5 player".
Extension Screenshots
Download KissAnime++ Extension CRX File
Download KissAnime++ 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
Remembers volume and where you stopped watching videos on KissAnime. Only works with html5(beta) player selected. Please feel free to let me know about any issues, recommendations or ideas. Source https://github.com/gagizagi/KissAnimePlusPlus/blob/master/script.js
Extension Basic Information
Name | |
ID | eopbofdhfnnggnnfdndkolnejghemdho |
Official URL | https://chrome.google.com/webstore/detail/kissanime++/eopbofdhfnnggnnfdndkolnejghemdho |
Description | Remembers video settings for KissAnime html5 player |
File Size | 24.38 KB |
Installation Count | 251 |
Current Version | 2.4 |
Last Updated | 2017-04-23 |
Publish Date | 2017-04-23 |
Rating | 3.80/5 Total 5 Ratings |
Developer | GazZy |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KissAnime++", "version": "2.4", "manifest_version": 2, "short_name": "KA++", "description": "Remembers video settings for KissAnime html5 player", "author": "GazZy", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/kissanime.to\/*", "*:\/\/kissanime.com\/*", "*:\/\/kissanime.ru\/*" ], "js": [ "script.js" ] } ], "permissions": [ "storage" ] } |