Similar Likes Scan
This extension scan similar likes from different profile pages
什么是Similar Likes Scan?
Similar Likes Scan是由brightsvl开发的Chrome扩展程序,该扩展的主要功能是“This extension scan similar likes from different profile pages”。
下载Similar Likes Scan扩展crx文件
下载Similar Likes Scan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | gedlpjollecfbfeidjbkjpmfdhkffkef |
官方URL | https://chrome.google.com/webstore/detail/similar-likes-scan/gedlpjollecfbfeidjbkjpmfdhkffkef |
简介 | This extension scan similar likes from different profile pages |
文件大小 | 12.38 KB |
安装次数 | 16 |
当前版本 | 1.2 |
更新时间 | 2017-09-06 |
上架时间 | 2017-09-06 |
开发者 | brightsvl |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension scan similar likes from different profile pages", "manifest_version": 2, "name": "Similar Likes Scan", "version": "1.2", "icons": { "48": "icons\/ico.png" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_icon": "icons\/ico.png", "default_title": "Scan Likes", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "script.js" ] } ] } |