AutoTrafficBoot Facebook tools

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

AutoTrafficBoot Facebook tools란 무엇입니까?

AutoTrafficBoot Facebook tools은(는) AutoTrafficBoot.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A set of tools designed to build your audience and help automate social networking."입니다.

확장 프로그램 스크린샷

screenshot

AutoTrafficBoot Facebook tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 AutoTrafficBoot Facebook tools AutoTrafficBoot Facebook tools
ID jlgnbohkpafglejnijblhfeokpfpgbbf
공식 URL https://chrome.google.com/webstore/detail/autotrafficboot-facebook/jlgnbohkpafglejnijblhfeokpfpgbbf
설명 A set of tools designed to build your audience and help automate social networking.
파일 크기 309 KB
설치 횟수 316
현재 버전 2.2.9
최근 업데이트 2019-08-02
출시 날짜 2019-07-27
평점 1.00/5 총 1 개의 평점
개발자 AutoTrafficBoot.in
결제 유형 free
확장 프로그램 웹 사이트 http://autotrafficboot.com
지원되는 언어 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"
    ]
}