Fanpage likes

This extension help you to get sharedposts

Fanpage likes là gì?

Fanpage likes là một tiện ích mở rộng Chrome được phát triển bởi https://gg90052.github.io/comment_helper, và tính năng chính của nó là "This extension help you to get sharedposts".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fanpage likes

Tải xuống các tệp mở rộng Fanpage likes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        將畫面中顯示的 facebook 留言或分享擷取出來,並在粉絲團留言抽籤小助手上顯示。
本擴充套件是靠著瀏覽器頁面直接處理資料的,所以如果你連線到FB的速度不穩定的話,很有可能會失敗                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fanpage likes Fanpage likes
ID jhgjhncplhbjpdlgpenfmojcicihhcoe
URL Chính Thức https://chromewebstore.google.com/detail/fanpage-likes/jhgjhncplhbjpdlgpenfmojcicihhcoe
Mô tả This extension help you to get sharedposts
Kích Thước Tệp 67.62 KB
Số Lần Cài Đặt 8,025
Phiên Bản Hiện Tại 7.0.4
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2020-04-06
Đánh Giá 4.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://gg90052.github.io/comment_helper
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://gg90052.github.io/comment_helper
URL Trang Trợ Giúp https://www.facebook.com/commenthelper/
Ngôn Ngữ Được Hỗ Trợ 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"
}