答题小助手
答题小助手,支持市面上大多数答题APP如冲顶大会,百万英雄,花椒直播,芝士超人,祝你早日冲顶~
Wat is 答题小助手?
答题小助手 is een Chrome-extensie ontwikkeld door qii404, en de belangrijkste functie is "答题小助手,支持市面上大多数答题APP如冲顶大会,百万英雄,花椒直播,芝士超人,祝你早日冲顶~".
Extensie Screenshots
Download het CRX-bestand van de extensie 答题小助手
Download 答题小助手-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
冲顶小助手,支持市面上大多数答题APP如冲顶大会,百万英雄,花椒直播,芝士超人,祝你早日冲顶~ 01-18 恢复相关性分数显示 01-31 增加黄金十秒支持 02-10 增加知识英雄 疯狂夺金 点题成金支持
Basisinformatie over de Extensie
Naam | |
ID | lhnmepclboaalbgaldbhkcpoimlodihl |
Officiële URL | https://chrome.google.com/webstore/detail/%E7%AD%94%E9%A2%98%E5%B0%8F%E5%8A%A9%E6%89%8B/lhnmepclboaalbgaldbhkcpoimlodihl |
Beschrijving | 答题小助手,支持市面上大多数答题APP如冲顶大会,百万英雄,花椒直播,芝士超人,祝你早日冲顶~ |
Bestandsgrootte | 109 KB |
Aantal Installaties | 155 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2018-02-10 |
Publicatiedatum | 2018-02-10 |
Beoordeling | 4.33/5 Totaal 21 Beoordelingen |
Ontwikkelaar | qii404 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://qii404.me |
Help Pagina-URL | https://weibo.com/shiboooo |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u7b54\u9898\u5c0f\u52a9\u624b", "description": "\u7b54\u9898\u5c0f\u52a9\u624b\uff0c\u652f\u6301\u5e02\u9762\u4e0a\u5927\u591a\u6570\u7b54\u9898APP\u5982\u51b2\u9876\u5927\u4f1a\uff0c\u767e\u4e07\u82f1\u96c4\uff0c\u82b1\u6912\u76f4\u64ad\uff0c\u829d\u58eb\u8d85\u4eba\uff0c\u795d\u4f60\u65e9\u65e5\u51b2\u9876~", "version": "0.0.9", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "http:\/\/*\/", "https:\/\/*\/*", "https:\/\/*\/" ], "js": [ "jquery.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": { "16": "16.png", "48": "48.png", "128": "128.png" }, "default_popup": "popup.html" } } |