FPTraffic

The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.

What is FPTraffic?

FPTraffic is a Chrome extension developed by https://fptraffic.com, and its main feature is "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.".

Extension Screenshots

screenshot

Download FPTraffic Extension CRX File

Download FPTraffic 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

                        Use this tool along with your FPTraffic.com account to easily schedule and post photos and other content to your Facebook Pages and Twitter.                    

Extension Basic Information

Name FPTraffic FPTraffic
ID mnhapiceipfpmbbibcijkfecpehjjodm
Official URL https://chromewebstore.google.com/detail/fptraffic/mnhapiceipfpmbbibcijkfecpehjjodm
Description The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.
File Size 203 KB
Installation Count 2,142
Current Version 2.0
Last Updated 2016-12-09
Publish Date 2016-12-08
Rating 4.40/5 Total 15 Ratings
Developer https://fptraffic.com
Payment Type free
Extension Website http://fptraffic.com
Help Page URL http://fptraffic.com/contact/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FPTraffic",
    "description": "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.",
    "version": "2.0",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "favicon.png",
            "38": "favicon.png",
            "128": "favicon.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "jquery-ui.js",
                "fptraffic.js"
            ],
            "css": [
                "fptraffic.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/close.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}