AdHelper For Facebook

Automatically search, store campaigns, analyze the history of ads displayed on Newsfeed

AdHelper For Facebookคืออะไร?

AdHelper For Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mey และคุณลักษณะหลักของมันคือ "Automatically search, store campaigns, analyze the history of ads displayed on Newsfeed"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdHelper For Facebook

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

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

                        📢📢📢 ADHELPER SHOWS ADVERTISEMENTS ONLY IN YOUR FACEBOOK NEWSFEED.

Your one tool for all Ad research, providing competition analysis and FB advertising request.

Marketers use this free extension globally to collect ads on autopilot from their Facebook newsfeed. AdHelper is your solution for all ad research, competition analysis, and Facebook advertising needs. 

Install AdHelper, Re-open Facebook, turn it on, and simply enjoy a newsfeed with advertisements only and all advanced function. We design this tool specific to help you automatically collect, save and filter ads directly from Facebook newsfeed. Easy, Free, Effective! 

★ Main Features ★

▪️ Show Ads Only: One click to clear all Facebook posts and show ads only. Obviously saving you time and collecting more ad data.

▪️ Advanced Filters:  Filter by likes, shares, comments, Media type, and even CTA type to find exactly what you're looking for.

▪️ Personalized Ad Library: A personalized Ad Library that acts as a database for all the saved ads. Search for your saved ads by name, filters, and more. Easy to navigate and organized for convenience by one click

▪️ Save Ads: automatically saves all ads appearing on your newsfeed 

▪️ Auto-Scroll:  can run secretly with "auto-scroll" turned on. This feature enables you to automatically scroll to the end of the browser and access more ads.

▪️ Favorites: Shortlist and save your favorite ads and easily access them in a another tab.

* DISCLAIMER * : THIS EXTENSION IS A PRE-DEVELOPMENTAL BUILD FOR BETA USING PURPOSES                    

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

ชื่อ AdHelper For Facebook AdHelper For Facebook
ID bepfdkifokfipldmjlcamhfnhjffihjj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/adhelper-for-facebook/bepfdkifokfipldmjlcamhfnhjffihjj
คำอธิบาย Automatically search, store campaigns, analyze the history of ads displayed on Newsfeed
ขนาดไฟล์ 267 KB
จำนวนการติดตั้ง 918
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2022-04-26
วันที่เผยแพร่ 2021-09-22
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Mey
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://extension.mey.agency
URL หน้านโยบายความเป็นส่วนตัว https://extension.mey.agency/privacy-policies.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "author": "Alexander Wuang",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon_16.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "src\/libs\/moment.min.js",
                "src\/inject\/injectStart.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "src\/inject\/injectNonFB.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/popup\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.facebook.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' object-src 'self'",
    "permissions": [
        "storage",
        "cookies",
        "activeTab",
        "https:\/\/*.facebook.com\/*"
    ]
}