Adverwild : Marketting tools
Adverwild Marketting tools for Facebook
What is Adverwild : Marketting tools?
Adverwild : Marketting tools is a Chrome extension developed by https://www.adverwild.com, and its main feature is "Adverwild Marketting tools for Facebook".
Extension Screenshots
Download Adverwild : Marketting tools Extension CRX File
Download Adverwild : Marketting tools 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
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
Extension Basic Information
Name | Adverwild : Marketting tools |
ID | ifjedjooopalhpgkhglfgmabkjomjkkd |
Official URL | https://chromewebstore.google.com/detail/adverwild-marketting-tool/ifjedjooopalhpgkhglfgmabkjomjkkd |
Description | Adverwild Marketting tools for Facebook |
File Size | 440 KB |
Installation Count | 94 |
Current Version | 3.0 |
Last Updated | 2020-08-05 |
Publish Date | 2020-02-20 |
Rating | 4.00/5 Total 2 Ratings |
Developer | https://www.adverwild.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.adverwild.com |
Help Page URL | https://www.adverwild.com/term.php |
Privacy Policy Page URL | https://www.weloveshopee.com/term.php |
Supported Languages | 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\/*" ] } |