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文件

下載AutoTrafficBoot Facebook tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}