FuckQQ
干掉烦人的 QQ 登录提示
Vad är FuckQQ?
FuckQQ är en Chrome-tillägg utvecklad av https://vux.li, och dess huvudfunktion är "干掉烦人的 QQ 登录提示".
Ladda ner FuckQQ-förlängningens CRX-fil
Ladda ner FuckQQ-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
干掉烦人的 QQ 登录提示 Grundläggande Information om Tillägg
| Namn | |
| ID | edgfjipeelehbnninlfinhinpgahdaap |
| Officiell webbadress | https://chromewebstore.google.com/detail/fuckqq/edgfjipeelehbnninlfinhinpgahdaap |
| Beskrivning | 干掉烦人的 QQ 登录提示 |
| Filstorlek | 8.89 KB |
| Antal Installationer | 13 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2018-06-11 |
| Publiceringsdatum | 2018-06-10 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://vux.li |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://vux.li |
| Stödda Språk | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "FuckQQ",
"manifest_version": 2,
"version": "0.0.1",
"description": "\u5e72\u6389\u70e6\u4eba\u7684 QQ \u767b\u5f55\u63d0\u793a",
"icons": {
"128": "fuckqq.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/xui.ptlogin2.qq.com\/*"
],
"js": [
"fuckqq.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"permissions": [
"https:\/\/xui.ptlogin2.qq.com\/*"
]
} | |