DAX / iStats log
Logs calls to DAX and iStats
什么是DAX / iStats log?
DAX / iStats log是由Miguel L Gonzalez开发的Chrome扩展程序,该扩展的主要功能是“Logs calls to DAX and iStats”。
扩展截图
下载DAX / iStats log扩展crx文件
下载DAX / iStats log扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
V. 0.5.2 Works on SSL pages. Better way to enable/disable V. 0.5. Allows filtering by path. V. 0.4. Now the panel is an independent window. This extension logs calls to iStats to help find out what information is being sent to this service. It features white and blacklisting, as well as label filtering, so tracking down the label in the stat you're looking for is easier. For any issues, bugs, ideas or praises: https://github.com/miguelgonz/chrome_istats
扩展基本信息
名称 | DAX / iStats log |
ID | jgkkagdpkhpdpddcegfcahbakhefbbga |
官方URL | https://chromewebstore.google.com/detail/dax-istats-log/jgkkagdpkhpdpddcegfcahbakhefbbga |
简介 | Logs calls to DAX and iStats |
文件大小 | 84.51 KB |
安装次数 | 256 |
当前版本 | 0.5.3 |
更新时间 | 2015-06-19 |
上架时间 | 2015-06-19 |
评分 | 5.00/5 共11次评分 |
开发者 | Miguel L Gonzalez |
付费类型 | free |
扩展官网 | https://github.com/miguelgonz/chrome_istats |
帮助页面URL | https://github.com/miguelgonz/chrome_istats |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DAX \/ iStats log", "version": "0.5.3", "description": "Logs calls to DAX and iStats", "options_page": "options.html", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.bbc.co.uk\/*", "activeTab", "storage" ], "background": { "scripts": [ "js\/background.js" ] }, "manifest_version": 2, "browser_action": { "default_title": "", "default_icon": "img\/logo.png" }, "icons": { "48": "img\/logo.png" } } |