AutoTrafficBoot Facebook tools

A set of tools designed to build your audience and help automate social networking.

Co to jest AutoTrafficBoot Facebook tools?

AutoTrafficBoot Facebook tools to rozszerzenie Chrome opracowane przez AutoTrafficBoot.in, a jego główną funkcją jest „A set of tools designed to build your audience and help automate social networking.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AutoTrafficBoot Facebook tools

Pobierz pliki rozszerzeń AutoTrafficBoot Facebook tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This application leverage with various functionalities that allow you to move around the Facebook  and gives you functionalities like multi like, multi comment, sending and accepting friends request etc. So the Facebook tools by Autotrafficboot and boast your market reach now.                    

Podstawowe informacje o rozszerzeniu

Nazwa AutoTrafficBoot Facebook tools AutoTrafficBoot Facebook tools
ID jlgnbohkpafglejnijblhfeokpfpgbbf
Oficjalny URL https://chrome.google.com/webstore/detail/autotrafficboot-facebook/jlgnbohkpafglejnijblhfeokpfpgbbf
Opis A set of tools designed to build your audience and help automate social networking.
Rozmiar pliku 309 KB
Liczba instalacji 316
Aktualna Wersja 2.2.9
Ostatnia Aktualizacja 2019-08-02
Data Publikacji 2019-07-27
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper AutoTrafficBoot.in
Typ Płatności free
Strona Rozszerzenia http://autotrafficboot.com
Obsługiwane Języki en
manifest.json
{
    "background": {
        "scripts": [
            "js\/bacckground.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicon-96x96.png",
        "default_popup": "index.html",
        "default_title": "Facbook automation tools"
    },
    "content_scripts": [
        {
            "css": [
                "css\/styles.css",
                "css\/fontawesome.min.css"
            ],
            "js": [
                "content.js",
                "js\/jquery.min.js",
                "js\/draggabilly.min.js",
                "js\/customscript.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'nonce-$RANDOM' google.com; object-src 'self'",
    "description": "A set of tools designed to build your audience and help automate social networking.",
    "homepage_url": "http:\/\/autotrafficboot.com",
    "icons": {
        "128": "favicon-128x128.png",
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "96": "favicon-96x96.png"
    },
    "manifest_version": 2,
    "name": "AutoTrafficBoot Facebook tools",
    "permissions": [
        "cookies",
        "storage",
        "input",
        "activeTab",
        "tabs",
        "http:\/\/autotrafficboot.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*"
    ],
    "short_name": "AutoTrafficBoot social tools",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2.9",
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/draggabilly.min.js",
        "css\/styles.css",
        "css\/fontawesome.min.css",
        "fonts\/fontawesome-webfont.woff"
    ]
}