WattPad comments help

Add some help for big fiction comment on Wattpad

Vad är WattPad comments help?

WattPad comments help är en Chrome-tillägg utvecklad av cestdoncvrai, och dess huvudfunktion är "Add some help for big fiction comment on Wattpad".

Tilläggsskärmbilder

screenshot

Ladda ner WattPad comments help-förlängningens CRX-fil

Ladda ner WattPad comments help-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Add some help for big fiction comment on Wattpad                    

Grundläggande Information om Tillägg

Namn WattPad comments help WattPad comments help
ID ipgnmpinhifjmpcnddnefmijkgignglm
Officiell webbadress https://chromewebstore.google.com/detail/wattpad-comments-help/ipgnmpinhifjmpcnddnefmijkgignglm
Beskrivning Add some help for big fiction comment on Wattpad
Filstorlek 2.33 MB
Antal Installationer 380
Aktuell Version 1.1.2
Senast Uppdaterad 2015-12-27
Publiceringsdatum 2015-12-27
Betyg 4.04/5 Totalt 24 Betyg
Utvecklare cestdoncvrai
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://lafederationdesenchanteurs.fr/aide-aux-commentaires-sur-wattpad/
Stödda Språk 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
}