By: wang
Inspect and view changes in WebExtended - 网页数据分析扩展 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "WebExtended - 网页数据分析扩展",
"version": "1.0.1",
"description": "一个用于分析网页数据、网络请求并导出CSV文件的浏览器扩展",
"permissions": [
"activeTab",
"tabs",
"storage",
"downloads",
"<all_urls>"
],
"background": {
"scripts": [
"src/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src/content.js"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_popup": "src/popup.html",
"default_title": "WebExtended",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"web_accessible_resources": [
"src/injected.js",
"src/ui.js",
"icons/icon-16.png",
"icons/icon-32.png",
"icons/icon-48.png",
"icons/icon-128.png",
"icons/icon.svg"
],
"browser_specific_settings": {
"gecko": {
"id": "webextended@example.com",
"strict_min_version": "79.0"
}
}
} Best WebExtended - 网页数据分析扩展 Alternatives
Here are some Firefox add-ons that are similar to WebExtended - 网页数据分析扩展:
Web Data to CSV Downloader
wang
UserSafe Guard脚本检测器
swalpha
Web Scraper - Export & Security Scanner
voon
Smart Auto Refresher
阡冰
MiniDataScraper
夏茂成
Web Content Scraper
Kia
Uhao123·极简新标签页工作台
KJPad Team
Geek Sidebar - Free DeepSeek & Bookmark Sync
极客侧边栏
AI Chat Assistant
songyi
DomainGuard
冬天冬天W
梦想网页资源下载器
梦想网
FeHelper(前端助手)
阿烈叔