Kami-sama
The ultimate pixiv extension
What is Kami-sama?
Kami-sama is a Chrome extension developed by Paarth, and its main feature is "The ultimate pixiv extension".
Extension Screenshots
Download Kami-sama Extension CRX File
Download Kami-sama 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
Download any illustration, manga, and animation. Choose which pages you want to download! Bloom integration
Extension Basic Information
Name | Kami-sama |
ID | lohdokmlnkfnkmnejklhjpidincnbfji |
Official URL | https://chromewebstore.google.com/detail/kami-sama/lohdokmlnkfnkmnejklhjpidincnbfji |
Description | The ultimate pixiv extension |
File Size | 939 KB |
Installation Count | 57 |
Current Version | 1.1.3 |
Last Updated | 2020-10-03 |
Publish Date | 2019-11-04 |
Developer | Paarth |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/paarthenon/kami-sama |
Help Page URL | https://github.com/paarthenon/kami-sama/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kami-sama", "version": "1.1.3", "description": "The ultimate pixiv extension", "icons": { "16": "icons\/kami-32.png", "38": "icons\/kami-38.png", "64": "icons\/kami-64.png", "128": "icons\/kami-256.png" }, "browser_action": { "default_icon": "icons\/kami-38.png", "default_title": "Kami-sama", "default_popup": "popup.html" }, "background": { "scripts": [ "background.min.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.pixiv.net\/*", "*:\/\/*.pximg.net\/*" ], "js": [ "content.min.js" ] } ], "permissions": [ "webRequest", "webRequestBlocking", "contextMenus", "*:\/\/*.pixiv.net\/*", "*:\/\/*.pximg.net\/*" ], "web_accessible_resources": [] } |