IGFilter - Instagram Posts Filter

IGFilter allows you filter Instagram posts with likes, comments and video views.

IGFilter - Instagram Posts Filterคืออะไร?

IGFilter - Instagram Posts Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WeBooster Team และคุณลักษณะหลักของมันคือ "IGFilter allows you filter Instagram posts with likes, comments and video views."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IGFilter - Instagram Posts Filter

ดาวน์โหลดไฟล์ส่วนขยาย IGFilter - Instagram Posts Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        IGFilter allows you filter Instagram posts with likes, comments and video views.

Sometimes we need to analyze the popular posts (taggeds) under an Instagram account, and with IGFilter we can quickly find the results.

What IGFilter can do for you?
You can quickly find posts (taggeds) with a high number of comments.
You can quickly find posts (taggeds) with a high number of likes.
You can quickly find videos (taggeds) with a high number of plays.

Data Privacy
All data is processed in your local computer, it is never passing through our web server, no one knows what you filter.

FAQ
https://igfilter.getwebooster.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IGFilter - Instagram Posts Filter IGFilter - Instagram Posts Filter
ID liheoeaigifcopppkegbbjflbkjmcdie
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/igfilter-instagram-posts/liheoeaigifcopppkegbbjflbkjmcdie
คำอธิบาย IGFilter allows you filter Instagram posts with likes, comments and video views.
ขนาดไฟล์ 2.04 MB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-11-03
วันที่เผยแพร่ 2021-10-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา WeBooster Team
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://igfilter.getwebooster.com
URL หน้านโยบายความเป็นส่วนตัว https://getwebooster.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "IGFilter allows you filter Instagram posts with likes, comments and video views.",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/getwebooster.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "wrapper.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "libs\/vue.min.js",
                "content-script.js"
            ],
            "css": [
                "libs\/style.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuKazWEADvmoyrzBUyQNKJM4yDG4HdeT7yCGkxi8aJp9AbnBAtGSWH75AmpK\/2ThqwpQaU5L+eusHqq8bWCayM2Jnr4CNOz\/PHOUjppC3UGM8hKr+yLg44oVln31Gq\/55xj3K02sXhcLtu8xgO98\/N1at7blL8GTSX1E3CLENy8nsI8twfyFl+wjOaefMsmkNtj56gtvGOSf2CfDLDEYt9DfwYaJClxAB\/svrABcz9fGQ7ex4gQEjO5Gq\/paQhmz9cjIDmZQsKaEFCxv\/OfwkWFzaq2NavwYw5\/kh62wfR6\/+wzqR5OWnJAjalndUTL1NoGdhUFaPdvFpEWXt9xqwvQIDAQAB",
    "oauth2": {
        "client_id": "235766281979-co0q2tjosbu38fno6fjbvajks9kbtfh1.apps.googleusercontent.com",
        "web_client_id": "738301887624-748srkpj6e0em7rlhnjra8uv9u4k4mrf.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "libs\/injected.js",
                "libs\/vue.min.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "extension_ids": [
                "liheoeaigifcopppkegbbjflbkjmcdie"
            ]
        }
    ],
    "version": "1.0.1"
}