Wikispy Ad Finder Spy Tool

Wikispy Ad Spy Tool helps you to collect intelligence on Ads Campaigns of your competitors.

Wikispy Ad Finder Spy Toolคืออะไร?

Wikispy Ad Finder Spy Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wikispy.com และคุณลักษณะหลักของมันคือ "Wikispy Ad Spy Tool helps you to collect intelligence on Ads Campaigns of your competitors."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wikispy Ad Finder Spy Tool

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

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

                        Looking for the perfect free tool to spy on your competitors facebook ads ? Find inspiration for your next ad campaign ? Wikispy is the solution, an automatic facebook ad saver. It allows you to aggregate ads into a single list, tag your favorite ads, get back to your list anytime and filter your saved ads by keywords, engagement creation date and more. To collect quickly more ads, Wikispy extension allows you to auto scrape all sponsored ad in your facebook in on click. So all you need is to activate Wikispy Turbo Finder to aggregate and add more ads to your collected ads list.                    

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

ชื่อ Wikispy Ad Finder Spy Tool Wikispy Ad Finder Spy Tool
ID nckbbjfepomllinhkmnnmhklpfiomahc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wikispy-ad-finder-spy-too/nckbbjfepomllinhkmnnmhklpfiomahc
คำอธิบาย Wikispy Ad Spy Tool helps you to collect intelligence on Ads Campaigns of your competitors.
ขนาดไฟล์ 448 KB
จำนวนการติดตั้ง 1,236
เวอร์ชันปัจจุบัน 0.3.1
อัปเดตครั้งล่าสุด 2021-10-17
วันที่เผยแพร่ 2021-06-09
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://wikispy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wikispy.com
URL หน้าช่วยเหลือ https://wikispy.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/infoadsprivacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikispy Ad Finder Spy Tool",
    "version": "0.3.1",
    "description": "Wikispy Ad Spy Tool helps you to collect intelligence on Ads Campaigns of your competitors.",
    "default_locale": "en",
    "homepage_url": "http:\/\/wikispy.com",
    "permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery\/jquery.min.js",
            "js\/database.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/",
                "https:\/\/*.facebook.com\/",
                "http:\/\/*.facebook.com\/?*",
                "https:\/\/*.facebook.com\/?*",
                "http:\/\/*.facebook.com\/home.php",
                "https:\/\/*.facebook.com\/home.php",
                "http:\/\/facebook.com\/",
                "https:\/\/facebook.com\/",
                "http:\/\/facebook.com\/?*",
                "https:\/\/facebook.com\/?*",
                "http:\/\/facebook.com\/home.php",
                "https:\/\/facebook.com\/home.php"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/moment.min.js",
                "js\/constants.js",
                "js\/fb_feed_parser_functions.js",
                "js\/fb_feed_perser.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/*\/posts\/*",
                "https:\/\/*.facebook.com\/watch\/?v=*",
                "https:\/\/*.facebook.com\/permalink.php?story_fbid=*",
                "https:\/\/facebook.com\/*\/posts\/*",
                "https:\/\/facebook.com\/watch\/?v=*",
                "https:\/\/facebook.com\/permalink.php?story_fbid=*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/moment.min.js",
                "js\/constants.js",
                "js\/post_page_perser.js",
                "js\/fb_feed_perser.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
        }
    ],
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}