Auto Post
Tool
什么是Auto Post?
Auto Post是由chief725开发的Chrome扩展程序,该扩展的主要功能是“Tool”。
扩展截图
下载Auto Post扩展crx文件
下载Auto Post扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Auto share facebook videos.
扩展基本信息
名称 | |
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'" } |