LoveLiveWiki
LoveLive国服Wiki
Hvad er LoveLiveWiki?
LoveLiveWiki er en Chrome-udvidelse udviklet af 夏目天子, og dens hovedfunktion er "LoveLive国服Wiki".
Udvidelsesskærmbilleder
Download LoveLiveWiki-udvidelses-CRX-fil
Download LoveLiveWiki-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
LP回复倒计时提醒
活动,优等生招募信息
活动用心,升级时间计算
部分代码来自于https://chrome.google.com/webstore/detail/countdown/fefdcjabloofphhfcinhfbinmehfcojm Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gohfhhokphaakkleejfehgpefokidpdg |
| Officiel URL | https://chromewebstore.google.com/detail/lovelivewiki/gohfhhokphaakkleejfehgpefokidpdg |
| Beskrivelse | LoveLive国服Wiki |
| Filstørrelse | 1.56 MB |
| Antal Installationer | 108 |
| Nuværende Version | 2.2.2 |
| Senest Opdateret | 2018-01-22 |
| Udgivelsesdato | 2018-01-13 |
| Bedømmelse | 4.45/5 Samlet 31 Bedømmelser |
| Udvikler | 夏目天子 |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.loveliveaholic.com |
| Understøttede Sprog | zh-CN |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html",
"default_title": "LoveLiveWiki"
},
"description": "LoveLive\u56fd\u670dWiki",
"icons": {
"128": "img\/icon-128.png",
"19": "img\/icon.png",
"48": "img\/icon-48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiLZQZ4c7MwbQi7e5Fb8KnIemrBdiwGD\/N+MWjbty2R3HHLXLZeY125\/vx4rNsvy0\/VVdIgk9tjsbzjMh8bZ4Iocr1+KUiHVRVjtEHPeIesKSN63RcTcZ1tVJHVLq6EIgJVx+J4vePexxe2MKPOhYZfdsyRpX3OgRYnCZdl1HdO91RNGMahwxJ\/EGmV5gaDMRVFY+DGXwVXFMw2ApDJR+9307v5p1kEFDuXBIfO9VnH7br\/Ybf8Bfrp75Hx3iwQkpJRVCH832rLsRa94C8tPs88jssqewYbZZGWONHCYs4qAYjofw2d6xbAdGN34h6C\/6ZjKGA0UxRI8jQeHhI6\/laQIDAQAB",
"manifest_version": 2,
"name": "LoveLiveWiki",
"offline_enabled": true,
"omnibox": {
"keyword": "llw"
},
"permissions": [
"http:\/\/lovelive.oss-cn-beijing.aliyuncs.com\/",
"notifications",
"background",
"tts",
"storage",
"alarms"
],
"short_name": "LLwiki",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.2.2"
} | |