FDUPT Post Generator

用IMDb ID生成资源帖!

What is FDUPT Post Generator?

FDUPT Post Generator is a Chrome extension developed by KeMeGe, and its main feature is "用IMDb ID生成资源帖!".

Extension Screenshots

screenshot

Download FDUPT Post Generator Extension CRX File

Download FDUPT Post Generator 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

                        总而言之就是一个可以根据给定的IMDB ID按照一定的模板生成电影/美剧资源帖的浏览器插件(脚本),需要外网
电影贴模板借用了 某VIP 的插件里自带的模板【不过加了些奇怪的改动】
美剧贴模板则是使用了 某壕Mods 提议的版本
同时还要感谢 某大神Uploader 的积极反馈与查虫
如果同时填了IMDB ID跟豆瓣ID,那么脚本会自动试着结合两个网站上的数据(中文信息会覆盖英文信息)
如果只填了IMDB ID,那么脚本会试着从豆瓣的网站上根据IMDB信息里的标题查找对应的条目并读取其中的数据
如果找到了多个豆瓣条目,那么将会有一个弹窗让用户手动从豆瓣给出的前五个条目中选择一个最适合的加以使用
在此基础上如果填写了时光网ID,那么还会从时光网获得更加详细的演员表信息                    

Extension Basic Information

Name FDUPT Post Generator FDUPT Post Generator
ID cipajfmegcieieajbknccjboedenopjp
Official URL https://chromewebstore.google.com/detail/fdupt-post-generator/cipajfmegcieieajbknccjboedenopjp
Description 用IMDb ID生成资源帖!
File Size 106 KB
Installation Count 15
Current Version 1.26
Last Updated 2018-09-21
Publish Date 2018-09-20
Rating 5.00/5 Total 5 Ratings
Developer KeMeGe
Payment Type free
Help Page URL http://pt.vm.fudan.edu.cn/index.php?topic=95103.0
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FDUPT Post Generator",
    "version": "1.26",
    "manifest_version": 2,
    "description": "\u7528IMDb ID\u751f\u6210\u8d44\u6e90\u5e16\uff01",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.7.2.min.js",
                "jquery-ui-1.8.22.custom.min.js",
                "PostGenerator.js"
            ],
            "css": [
                "jquery-ui-1.8.22.custom.css"
            ],
            "matches": [
                "https:\/\/pt.vm.fudan.edu.cn\/index.php?action=post*",
                "http:\/\/pt.vm.fudan.edu.cn\/index.php?action=post*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/pt.vm.fudan.edu.cn\/",
        "https:\/\/pt.vm.fudan.edu.cn\/",
        "https:\/\/api.douban.com\/",
        "https:\/\/movie.douban.com\/",
        "https:\/\/movie.douban.com\/",
        "https:\/\/www.imdb.com\/",
        "https:\/\/movie.mtime.com\/",
        "https:\/\/*.media-imdb.com\/",
        "https:\/\/bgm.tv\/",
        "https:\/\/api.anidb.net\/"
    ],
    "background": {
        "scripts": [
            "Background.js"
        ],
        "persistent": false
    }
}