PlaShiki
Официальный плагин PlaShiki для просмотра аниме на shikimori.one
What is PlaShiki?
PlaShiki is a Chrome extension developed by gildlower, and its main feature is "Официальный плагин PlaShiki для просмотра аниме на shikimori.one".
Extension Screenshots
Download PlaShiki Extension CRX File
Download PlaShiki 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
Официальный плагин PlaShiki для просмотра аниме на shikimori.one
Extension Basic Information
Name | |
ID | opjfifkhdogacbganjflohmbliakcflb |
Official URL | https://chrome.google.com/webstore/detail/plashiki/opjfifkhdogacbganjflohmbliakcflb |
Description | Официальный плагин PlaShiki для просмотра аниме на shikimori.one |
File Size | 381 KB |
Installation Count | 115 |
Current Version | 1.6 |
Last Updated | 2019-06-13 |
Publish Date | 2019-06-09 |
Rating | 2.50/5 Total 4 Ratings |
Developer | gildlower |
[email protected] | |
Payment Type | free |
Extension Website | https://shikimori.online |
Help Page URL | https://t.me/PlashikiSupport |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PlaShiki", "description": "\u041e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u043f\u043b\u0430\u0433\u0438\u043d PlaShiki \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430 \u0430\u043d\u0438\u043c\u0435 \u043d\u0430 shikimori.one", "version": "1.6", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/shikimori.one\/animes\/*", "https:\/\/plashiki.online\/" ] } |