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的速度不穩定的話,很有可能會失敗 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |