shikicinema
Returns video player on Shikimori
什麼是shikicinema?
shikicinema是由https://smarthard.net開發的Chrome擴展程式,該擴展的主要功能是“Returns video player on Shikimori”。
擴展截圖
下載shikicinema擴展crx文件
下載shikicinema擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shikicinema имеет собственный архив видеозаписей, бережно перенесенный из дампа базы Shikimori. Тут есть все (или почти все) видео, которые были доступны на Шикимори, а те, которых нет - Вы можете добавить самостоятельно так же, как это было раньше.
Остались вопросы о работе аддона, есть предложения или жалобы?
Добро пожаловать на https://github.com/Smarthard/shikicinema. 擴展基本資訊
| 名稱 | |
| ID | hmbjohbggdnlpmokjbholpgegcdbehjp |
| 官方網址 | https://chromewebstore.google.com/detail/shikicinema/hmbjohbggdnlpmokjbholpgegcdbehjp |
| 簡介 | Returns video player on Shikimori |
| 檔案大小 | 455 KB |
| 安裝次數 | 4,737 |
| 目前版本 | 0.8.22 |
| 更新時間 | 2024-03-01 |
| 上架時間 | 2020-06-09 |
| 評分 | 4.91/5 共 47 次評分 |
| 開發者 | https://smarthard.net |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/Smarthard/shikicinema |
| 隱私政策頁面URL | https://github.com/Smarthard/shikicinema/blob/master/README.md |
| 支援的語言 | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "shikicinema",
"version": "0.8.22",
"icons": {
"64": "assets\/icon64.png",
"128": "assets\/icon128.png"
},
"description": "Returns video player on Shikimori",
"content_security_policy": "default-src 'self'; img-src *; frame-src *; font-src *; style-src 'unsafe-inline' https:\/\/*.googleapis.com; connect-src https:\/\/kodikapi.com https:\/\/smarthard.net https:\/\/shikimori.org https:\/\/shikimori.one https:\/\/shikimori.me; script-src 'self'",
"browser_specific_settings": {
"gecko": {
"id": "{78e6c1a5-0b68-4e13-a0ac-f3a7597cf220}"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/shikimori.org\/*",
"*:\/\/shikimori.one\/*",
"*:\/\/shikimori.me\/*"
],
"js": [
"shikicinema.js"
],
"css": [
"watch-button.css"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"web_accessible_resources": [
"assets\/*.png",
"index.html",
"styles.css",
"*.js"
],
"permissions": [
"https:\/\/shikimori.org\/*",
"https:\/\/shikimori.one\/*",
"https:\/\/shikimori.me\/*",
"https:\/\/smarthard.net\/*",
"https:\/\/kodikapi.com\/*",
"https:\/\/smotret-anime.online\/*",
"storage",
"unlimitedStorage",
"tabs"
]
} | |