Smart Ads Finder

Smart Ads Finder

什麼是Smart Ads Finder?

Smart Ads Finder是由S3 TEAM開發的Chrome擴展程式,該擴展的主要功能是“Smart Ads Finder”。

擴展截圖

下載Smart Ads Finder擴展crx文件

下載Smart Ads Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Features:

+ Trim Posts: when you browser the results of graph search, browser will load more and more posts data. Then, it will consume more and more memory of RAM and CPU. => Crash.
The tool will help you free memory, and just keep some last posts. So, you can browse to the end of results.

+ Smart Ads Finder: It will hide non-ads posts on your new feeds. So you can use it to spy ads of your competitors.

+ Auto Refresh page: Auto refresh page every 15s.                    

擴展基本資訊

名稱 Smart Ads Finder Smart Ads Finder
ID oojeieppkffpbnmlpipfbblophebaplg
官方網址 https://chromewebstore.google.com/detail/smart-ads-finder/oojeieppkffpbnmlpipfbblophebaplg
簡介 Smart Ads Finder
檔案大小 124 KB
安裝次數 760
目前版本 2.6.6
更新時間 2020-10-14
上架時間 2020-10-11
評分 2.65/5 共 17 次評分
開發者 S3 TEAM
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.dmmetsy.com/policy/privacy/dmmetsy-helper
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "manifest_version": 2,
    "name": "Smart Ads Finder",
    "description": "Smart Ads Finder",
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "https:\/\/m.facebook.com\/*"
    ],
    "version": "2.6.6",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/logging.js",
                "scripts\/fw-task.js",
                "scripts\/desktop-content.js",
                "scripts\/smartads.insight.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        },
        {
            "js": [
                "scripts\/desktop-bootloader.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "scripts\/logging.js",
                "scripts\/fw-task.js",
                "scripts\/mobile-content.js",
                "scripts\/mobile-smartads.insight.js"
            ],
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png",
            "512": "images\/icon-512.png"
        },
        "default_popup": "popup.html",
        "default_title": "Smart Ads Finder"
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "scripts\/inject.js"
    ],
    "default_locale": "en"
}