Newsfeed Ad Finder

Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers

Newsfeed Ad Finder là gì?

Newsfeed Ad Finder là một tiện ích mở rộng Chrome được phát triển bởi https://adcostly.com, và tính năng chính của nó là "Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Newsfeed Ad Finder 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

                        Newsfeed ad finder, set ads off all only display them, all by yourself.
Super fast, no interruption, the best choice for ad researchers and publishers
Want to know how your competitors make their ads?
Newsfeed Ad Finder allows you to display only ads feeds or highlight them
all, super convenient
Facebook newsfeed ad finder is free now!

Usage:
=*= Turn the first switch on/off allows you to highlight/unhighlight all ads
=*= Turn the second switch on/off allows you to hide/show all normal posts

It works with new Facebook UI                    

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

Tên Newsfeed Ad Finder Newsfeed Ad Finder
ID ajkoblpfgeimpdafofiocjhbgpendmjh
URL Chính Thức https://chromewebstore.google.com/detail/newsfeed-ad-finder/ajkoblpfgeimpdafofiocjhbgpendmjh
Mô tả Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers
Kích Thước Tệp 1.3 MB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-10-25
Ngày Phát Hành 2020-10-19
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://adcostly.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://adspyhub.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.facebook.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/content\/facebook-timeline.js"
            ],
            "css": [
                "css\/facebook-ads.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/19.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        "css\/*",
        "js\/*"
    ],
    "version": "1.0.1",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}