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 |
官方網址 | 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" } |