Ex绅士助手
帮助没有分数的用户下载本子,以及遇到各种诡异文字的快速搜索功能.用法?自己摸索啦.
What is Ex绅士助手?
Ex绅士助手 is a Chrome extension developed by lizeqiangd, and its main feature is "帮助没有分数的用户下载本子,以及遇到各种诡异文字的快速搜索功能.用法?自己摸索啦.".
Download Ex绅士助手 Extension CRX File
Download Ex绅士助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
用于快捷下载ex绅士的内容...在您没有credit的时候.. 1.使用方式直接下载. 会让浏览器大量下载图片....似乎效果并不好. 2.生成一大堆链接..交给迅雷吧~这样你还可以做成文件夹..来操作. 3.便捷搜索功能... 本来想增加自动复制功能的..但是会覆盖掉用户的剪辑版...不是特别好...就算了.
Extension Basic Information
Name | |
ID | ceegklpccealjoabgpkjjmobjoogddgk |
Official URL | https://chrome.google.com/webstore/detail/ex%E7%BB%85%E5%A3%AB%E5%8A%A9%E6%89%8B/ceegklpccealjoabgpkjjmobjoogddgk |
Description | 帮助没有分数的用户下载本子,以及遇到各种诡异文字的快速搜索功能.用法?自己摸索啦. |
File Size | 46.51 KB |
Installation Count | 659 |
Current Version | 1.6.1 |
Last Updated | 2016-08-15 |
Publish Date | 2016-08-15 |
Rating | 4.40/5 Total 10 Ratings |
Developer | lizeqiangd |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ex\u7ec5\u58eb\u52a9\u624b", "description": "\u5e2e\u52a9\u6ca1\u6709\u5206\u6570\u7684\u7528\u6237\u4e0b\u8f7d\u672c\u5b50,\u4ee5\u53ca\u9047\u5230\u5404\u79cd\u8be1\u5f02\u6587\u5b57\u7684\u5feb\u901f\u641c\u7d22\u529f\u80fd.\u7528\u6cd5?\u81ea\u5df1\u6478\u7d22\u5566.", "version": "1.6.1", "author": "Lizeqiangd", "permissions": [ "activeTab", "tabs", "https:\/\/chrome_plugin.acgs.me\/" ], "icons": { "80": "80icon.JPG", "128": "128icon.JPG" }, "web_accessible_resources": [ "jquery.min.js" ], "content_scripts": [ { "matches": [ "http:\/\/exhentai.org\/g\/*", "http:\/\/exhentai.com\/g\/*", "http:\/\/e-hentai.org\/g\/*", "https:\/\/exhentai.org\/g\/*", "https:\/\/exhentai.com\/g\/*", "https:\/\/e-hentai.org\/g\/*" ], "js": [ "jquery.min.js", "main.js" ] } ] } |