Auto Post

Tool

Auto Postとは何ですか?

Auto Postはchief725によって開発されたChromeの拡張機能で、その主な機能は「Tool」です。

拡張機能のスクリーンショット

screenshot

Auto Post拡張機能のCRXファイルをダウンロード

Auto Post拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Auto share facebook  videos.                    

拡張機能の基本情報

名前 Auto Post Auto Post
ID himofjflnaeankgcaogjfdehcmhekalf
公式URL https://chromewebstore.google.com/detail/auto-post/himofjflnaeankgcaogjfdehcmhekalf
説明 Tool
ファイルサイズ 43.73 KB
インストール数 74
現在のバージョン 1.03
最終更新日 2019-03-16
公開日 2019-03-16
評価 1.00/5 合計 1 レビュー
開発者 chief725
支払い方法 free
対応言語 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'"
}