Shikimori Online
The extension provides access to archive videos
Vad är Shikimori Online?
Shikimori Online är en Chrome-tillägg utvecklad av Shikimori, och dess huvudfunktion är "The extension provides access to archive videos".
Tilläggsskärmbilder
Ladda ner Shikimori Online-förlängningens CRX-fil
Ladda ner Shikimori Online-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The extension provides access to archive videos. It is allow to choose episodes, kinds of video and authors.
Grundläggande Information om Tillägg
Namn | Shikimori Online |
ID | cccmlacbdjnkflopkpjpflbmgielaeki |
Officiell webbadress | https://chromewebstore.google.com/detail/shikimori-online/cccmlacbdjnkflopkpjpflbmgielaeki |
Beskrivning | The extension provides access to archive videos |
Filstorlek | 124 KB |
Antal Installationer | 224 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2019-08-03 |
Publiceringsdatum | 2019-08-03 |
Betyg | 3.00/5 Totalt 6 Betyg |
Utvecklare | Shikimori |
Betalningssätt | free |
Stödda Språk | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shikimori Online", "version": "1.0.0", "description": "The extension provides access to archive videos", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent", "storage", "*:\/\/*.githubusercontent.com\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } } |