POV: Wattpad Y/N Replacer

Automatically replace y/n and other abbreviations in Wattpad.

Qu'est-ce que POV: Wattpad Y/N Replacer ?

POV: Wattpad Y/N Replacer est une extension Chrome développée par Boba King, et sa fonction principale est "Automatically replace y/n and other abbreviations in Wattpad.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension POV: Wattpad Y/N Replacer

Téléchargez les fichiers d'extension POV: Wattpad Y/N Replacer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        POV improves the Wattpad reading experience of second-person point of view stories by automatically replacing abbreviations like "y/n" with your real name. Immerse yourself in "reader x anything" stories by embedding your real name and attributes in the story!

POV is a prettier, faster, and more advanced InteractiveFics replacement for Wattpad. Unlike InteractiveFics, POV supports y/n and any other abbreviation, such as e/c, h/c, and c/n. You can also replace arbitrary words like "Charlie" with "Harry".

This extension is not affiliated with the Wattpad company in any way.                    

Informations de Base sur l'Extension

Nom POV: Wattpad Y/N Replacer POV: Wattpad Y/N Replacer
ID dmjhmlgaholcanppknhifhiaendojecm
URL Officiel https://chromewebstore.google.com/detail/pov-wattpad-yn-replacer/dmjhmlgaholcanppknhifhiaendojecm
Description Automatically replace y/n and other abbreviations in Wattpad.
Taille du Fichier 41.66 KB
Nombre d'Installations 12,914
Version Actuelle 1.2.4
Dernière Mise à Jour 2023-08-03
Date de Publication 2022-08-07
Évaluation 4.17/5 Total 35 Évaluations
Développeur Boba King
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "POV: Wattpad Y\/N Replacer",
    "description": "Automatically replace y\/n and other abbreviations in Wattpad.",
    "version": "1.2.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wattpad.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.wattpad.com\/*"
            ],
            "resources": [
                "pov.html",
                "tag.html"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}