B站数据抓取器
简单的b站数据抓取器~~~
What is B站数据抓取器?
B站数据抓取器 is a Chrome extension by ainoob.com. This extension has 364 weekly active users, a perfect 5.0 rating, and was removed from Chrome Web Store 10 months ago. The latest version, 0.1.6.1, was updated 6 years ago.
Stats
- unlimitedStorage
- http://*.bilibili.com/
Summary
批量抓去b站番剧的数据,就是酱~~~ 现在可以抓取视频文件的一些信息了~~~ 使用方法,输入格式[番号,番号,视频av号],比如[3377,3450,3451]或者["av5023588","av4890935"]或者混合使用,比如[3450,"av5023588"]。注意av要加双引号 新增合并查找,输入格式[[合并id,番号/av号,番号/av号]],比如: [[1,3377,3377],["lalala",3377,3377],["菜的扣脚合集","av5014888"]] 也可以和和之前的混合 [3377,[1,3377,3377],["lalala",3377,3377],["菜的扣脚合集","av5014888"]] 为了数据的美观,可以换行,不影响结果 [3377, [1,3377,3377], ["lalala",3377,3377], ["菜的扣脚合集","av5014888"]]
Safety
Risk impact
B站数据抓取器 requires very minimum permissions and is relatively safe to use.
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypass your security settings, and access your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.
Risk likelihood
B站数据抓取器 may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.
Risk likelihood measures the probability that a Chrome extension may turn malicious. This is determined by the publisher and the Chrome extension reputation on Chrome Web Store, the amount of time the Chrome extension has been around, and other signals about the Chrome extension. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Chrome extension, especially ones with higher risk impact and/or higher risk likelihood.
Subscribe to the premium plan to see more risk analysis detailsPromo images
Similar extensions
Here are some Chrome extensions that are similar to B站数据抓取器:
Scraping Helper
哔哩哔哩助手:bilibili.com 综合辅助扩展
Manifest
The manifest file declares the requirements and permissions that a Chrome extension will have access to. By reviewing the manifest, you may be able to determine if a Chrome extension is over-reaching (for example, if an extension is overriding your new tab page, or search provider, or requesting access to your web activities without any good reason).
{ "update_url": "https://clients2.google.com/service/update2/crx", "manifest_version": 2, "name": "B站数据抓取器", "short_name": "B抓", "description": "简单的b站数据抓取器~~~", "version": "0.1.6.1", "browser_action": { "default_icon": { "128": "images/icon128.png" }, "default_title": "Stoopid~~~", "default_popup": "popup.html" }, "background": {