Spy Guru

Extrator de ADS, minere ADS do Facebook sem limites!

What is Spy Guru?

Spy Guru is a Chrome extension developed by Spy Guru, and its main feature is "Extrator de ADS, minere ADS do Facebook sem limites!".

Extension Screenshots

screenshot

Download Spy Guru Extension CRX File

Download Spy Guru extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A extensão tem como objetivo fornecer para o usuário a possibilidade de consultar anúncios do facebook.                    

Extension Basic Information

Name Spy Guru Spy Guru
ID iihjkoochkkbflcmjdikmdapmafoallc
Official URL https://chromewebstore.google.com/detail/spy-guru/iihjkoochkkbflcmjdikmdapmafoallc
Description Extrator de ADS, minere ADS do Facebook sem limites!
File Size 437 KB
Installation Count 2,086
Current Version 1.0.0
Last Updated 2023-10-03
Publish Date 2023-10-03
Rating 3.67/5 Total 6 Ratings
Developer Spy Guru
Email [email protected]
Payment Type free
Extension Website https://leads.spyguru.pro/
Help Page URL https://leads.spyguru.pro/
Privacy Policy Page URL https://leads.spyguru.pro/politicas-privacidade
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Spy Guru",
    "version": "1.0.0",
    "description": "Extrator de ADS, minere ADS do Facebook sem limites!",
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "64": "\/images\/64.png",
        "128": "\/images\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/ads\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery-3.7.0.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "minimum_chrome_version": "88",
    "offline_enabled": true
}