Insights Magnet
Gain deeper insights!
什么是Insights Magnet?
Insights Magnet是由InterestGenius开发的Chrome扩展程序,该扩展的主要功能是“Gain deeper insights!”。
扩展截图
下载Insights Magnet扩展crx文件
下载Insights Magnet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | paljncehgbhfoonejkhmnbmhbmmghajo |
官方URL | https://chrome.google.com/webstore/detail/insights-magnet/paljncehgbhfoonejkhmnbmhbmmghajo |
简介 | Gain deeper insights! |
文件大小 | 29.89 KB |
安装次数 | 1,060 |
当前版本 | 1.0.5 |
更新时间 | 2019-08-17 |
上架时间 | 2019-08-16 |
评分 | 1.82/5 共11次评分 |
开发者 | InterestGenius |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://interestgenius.com/ |
隐私政策页面URL | https://interestgenius.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Insights Magnet", "description": "Gain deeper insights!", "version": "1.0.5", "author": "KP", "permissions": [ "storage", "tabs", "identity", "https:\/\/*.facebook.com\/*" ], "icons": { "19": "icons\/target19.png", "48": "icons\/target48.png", "128": "icons\/target128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/ads\/audience-insights\/*" ], "js": [ "content_script.js", "axios.js" ], "css": [ "content_css.css" ], "run_at": "document_end" } ] } |