追综饭
追综饭是一款浏览器扩展,使用该插件能够添加漫画、小说、视频到插件中收藏,能够导出网站中收藏的小说、漫画、视频到插件中,收藏有更新时能够提醒用户。还能够导出收藏到其他电脑浏览器上恢复数据。 支持的网站 漫画:快看、腾讯动漫、漫画之家、古风漫画、kuku、动漫狂…
What is 追综饭?
追综饭 is a Chrome extension developed by FWHeart, and its main feature is "追综饭是一款浏览器扩展,使用该插件能够添加漫画、小说、视频到插件中收藏,能够导出网站中收藏的小说、漫画、视频到插件中,收藏有更新时能够提醒用户。还能够导出收藏到其他电脑浏览器上恢复数据。 支持的网站 漫画:快看、腾讯动漫、漫画之家、古风漫画、kuku、动漫狂…".
Extension Screenshots
Download 追综饭 Extension CRX File
Download 追综饭 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
追综饭是一款浏览器扩展,使用该插件能够添加漫画、小说、视频到插件中收藏,能够导出网站中收藏的小说、漫画、视频到插件中,收藏有更新时能够提醒用户。还能够导出收藏到其他电脑浏览器上恢复数据。 支持的网站 漫画:快看、腾讯动漫、漫画之家、古风漫画、kuku、动漫狂 小说:起点 视频:bilibili 下一步将会考虑支持更多的网站,也会考虑加入新的功能。感谢大家的使用,欢迎大家与我讨论交流。 github地址:https://github.com/YeomanYe/comic-assistant 作者邮箱:[email protected]
Extension Basic Information
Name | 追综饭 |
ID | fajeglfbhflmbaccedmbgelodcbljobl |
Official URL | https://chromewebstore.google.com/detail/%E8%BF%BD%E7%BB%BC%E9%A5%AD/fajeglfbhflmbaccedmbgelodcbljobl |
Description | 追综饭是一款浏览器扩展,使用该插件能够添加漫画、小说、视频到插件中收藏,能够导出网站中收藏的小说、漫画、视频到插件中,收藏有更新时能够提醒用户。还能够导出收藏到其他电脑浏览器上恢复数据。 支持的网站 漫画:快看、腾讯动漫、漫画之家、古风漫画、kuku、动漫狂… |
File Size | 953 KB |
Installation Count | 83 |
Current Version | 3.1.0 |
Last Updated | 2019-02-28 |
Publish Date | 2019-02-28 |
Rating | 5.00/5 Total 4 Ratings |
Developer | FWHeart |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/back-dep.js", "lib\/jquery.min.js", "js\/constant.js", "js\/utils.js", "js\/baseStoreObj.js", "js\/bg.min.js" ] }, "browser_action": { "default_icon": "images\/icon\/logo16.png", "default_popup": "popup.html", "default_title": "\u8ffd\u7efc\u996d" }, "content_scripts": [ { "js": [ "lib\/jquery.min.js", "js\/constant.js", "js\/utils.js", "js\/baseStoreObj.js", "js\/content.min.js" ], "css": [ "css\/content.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "images\/icon\/logo16.png", "32": "images\/icon\/logo32.png", "48": "images\/icon\/logo48.png", "64": "images\/icon\/logo64.png", "128": "images\/icon\/logo128.png" }, "manifest_version": 2, "name": "\u8ffd\u7efc\u996d", "options_page": "popup.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "storage", "unlimitedStorage" ], "version": "3.1.0", "web_accessible_resources": [ "remote\/*", "lib\/jquery.min.js", "manifest.json", "images\/*", "_locales\/*", "fonts\/*" ] } |