Fanpage likes
This extension help you to get sharedposts
什么是Fanpage likes?
Fanpage likes是由https://gg90052.github.io/comment_helper开发的Chrome扩展程序,该扩展的主要功能是“This extension help you to get sharedposts”。
扩展截图
下载Fanpage likes扩展crx文件
下载Fanpage likes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
將畫面中顯示的 facebook 留言或分享擷取出來,並在粉絲團留言抽籤小助手上顯示。 本擴充套件是靠著瀏覽器頁面直接處理資料的,所以如果你連線到FB的速度不穩定的話,很有可能會失敗
扩展基本信息
名称 | Fanpage likes |
ID | jhgjhncplhbjpdlgpenfmojcicihhcoe |
官方URL | https://chromewebstore.google.com/detail/fanpage-likes/jhgjhncplhbjpdlgpenfmojcicihhcoe |
简介 | This extension help you to get sharedposts |
文件大小 | 67.62 KB |
安装次数 | 8,025 |
当前版本 | 7.0.4 |
更新时间 | 2024-02-26 |
上架时间 | 2020-04-06 |
评分 | 4.00/5 共9次评分 |
开发者 | https://gg90052.github.io/comment_helper |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://gg90052.github.io/comment_helper |
帮助页面URL | https://www.facebook.com/commenthelper/ |
支持的语言 | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "new.css" ], "js": [ "jquery.js", "fb_getdata.js" ], "matches": [ "*:\/\/www.facebook.com\/*" ] }, { "css": [ "new.css" ], "js": [ "jquery.js", "m_share.js" ], "matches": [ "*:\/\/m.facebook.com\/browse\/*" ] }, { "js": [ "jquery.js", "content2.js" ], "matches": [ "*:\/\/gg90052.github.io\/*", "https:\/\/localhost:3000\/" ], "run_at": "document_end" }, { "js": [ "jquery.js", "yt_getdata.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "This extension help you to get sharedposts", "manifest_version": 3, "name": "Fanpage likes", "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/www.facebook.com\/*", "*:\/\/gg90052.github.io\/*", "*:\/\/m.facebook.com\/*" ], "version": "7.0.4" } |