WattPad comments help

Add some help for big fiction comment on Wattpad

什么是WattPad comments help?

WattPad comments help是由cestdoncvrai开发的Chrome扩展程序,该扩展的主要功能是“Add some help for big fiction comment on Wattpad”。

扩展截图

screenshot

下载WattPad comments help扩展crx文件

下载WattPad comments help扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Add some help for big fiction comment on Wattpad                    

扩展基本信息

名称 WattPad comments help WattPad comments help
ID ipgnmpinhifjmpcnddnefmijkgignglm
官方URL https://chromewebstore.google.com/detail/wattpad-comments-help/ipgnmpinhifjmpcnddnefmijkgignglm
简介 Add some help for big fiction comment on Wattpad
文件大小 2.33 MB
安装次数 380
当前版本 1.1.2
更新时间 2015-12-27
上架时间 2015-12-27
评分 4.04/5 共24次评分
开发者 cestdoncvrai
电子邮箱 [email protected]
付费类型 free
扩展官网 http://lafederationdesenchanteurs.fr/aide-aux-commentaires-sur-wattpad/
支持的语言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "fr",
    "version": "1.1.2",
    "icons": {
        "128": "medias\/icons\/icon_128.png",
        "64": "medias\/icons\/icon_64.png",
        "32": "medias\/icons\/icon_32.png",
        "16": "medias\/icons\/icon_16.png"
    },
    "content_scripts": [
        {
            "css": [
                "pluginstyle.css"
            ],
            "matches": [
                "https:\/\/www.wattpad.com\/*"
            ],
            "js": [
                "autosize.min.js",
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}