Auto Post

Tool

What is Auto Post?

Auto Post is a Chrome extension developed by chief725, and its main feature is "Tool".

Extension Screenshots

screenshot

Download Auto Post Extension CRX File

Download Auto Post 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

                        Auto share facebook  videos.                    

Extension Basic Information

Name Auto Post Auto Post
ID himofjflnaeankgcaogjfdehcmhekalf
Official URL https://chromewebstore.google.com/detail/auto-post/himofjflnaeankgcaogjfdehcmhekalf
Description Tool
File Size 43.73 KB
Installation Count 74
Current Version 1.03
Last Updated 2019-03-16
Publish Date 2019-03-16
Rating 1.00/5 Total 1 Ratings
Developer chief725
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Post",
    "version": "1.03",
    "manifest_version": 2,
    "description": "Tool",
    "background": {
        "scripts": [
            "background.js",
            "jquery.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "links.js",
                "jquery.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/video.orgs.live\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.orgs.live ; object-src 'self'"
}