Adverwild : Marketting tools

Adverwild Marketting tools for Facebook

Was ist Adverwild : Marketting tools?

Adverwild : Marketting tools ist eine Chrome-Erweiterung, die von https://www.adverwild.com entwickelt wurde, und ihr Hauptmerkmal ist "Adverwild Marketting tools for Facebook".

Erweiterungsscreenshots

screenshot

Adverwild : Marketting tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie Adverwild : Marketting tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Facebook Tools and Marketting tools V.3

The Adverwild Facebook Tool program is an extension of google chome (only available on computers).  to help facilitate the Facebook, which has about 10+ functions, with the program having various functions such as

Update Version 2 for Uudate Function

-Extract Facebook ID
-Extract Friend ID
-Extract Group ID
-Post to Group
-Accept Friend Request
-Cancle Friend Request
-Leave All Group
-Invite Your Friend To Like Your Page
-Sent Message To Your Friend
-Invite Your Friend To Live Video
etc.

Contact : [email protected]
Line : @952zmhlb

Policy  https://www.adverwild.com/term.php                    

Grundlegende Informationen zur Erweiterung

Name Adverwild : Marketting tools Adverwild : Marketting tools
ID ifjedjooopalhpgkhglfgmabkjomjkkd
Offizielle URL https://chromewebstore.google.com/detail/adverwild-marketting-tool/ifjedjooopalhpgkhglfgmabkjomjkkd
Beschreibung Adverwild Marketting tools for Facebook
Dateigröße 440 KB
Installationsanzahl 94
Aktuelle Version 3.0
Letztes Update 2020-08-05
Veröffentlichungsdatum 2020-02-20
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.adverwild.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.adverwild.com
Hilfeseite URL https://www.adverwild.com/term.php
URL der Datenschutzrichtlinien-Seite https://www.weloveshopee.com/term.php
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adverwild : Marketting tools",
    "short_name": "AMT",
    "description": "Adverwild Marketting tools for Facebook",
    "version": "3.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon\/icon128.png"
    },
    "icons": {
        "128": "icon\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "storage",
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*?action=*"
            ],
            "css": [
                "css\/bootstrap.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/*"
    ]
}