POV: Wattpad Y/N Replacer

Automatically replace y/n and other abbreviations in Wattpad.

Was ist POV: Wattpad Y/N Replacer?

POV: Wattpad Y/N Replacer ist eine Chrome-Erweiterung, die von Boba King entwickelt wurde, und ihr Hauptmerkmal ist "Automatically replace y/n and other abbreviations in Wattpad.".

Erweiterungsscreenshots

screenshot

POV: Wattpad Y/N Replacer-Erweiterungs-CRX-Datei herunterladen

Laden Sie POV: Wattpad Y/N Replacer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name POV: Wattpad Y/N Replacer POV: Wattpad Y/N Replacer
ID dmjhmlgaholcanppknhifhiaendojecm
Offizielle URL https://chromewebstore.google.com/detail/pov-wattpad-yn-replacer/dmjhmlgaholcanppknhifhiaendojecm
Beschreibung Automatically replace y/n and other abbreviations in Wattpad.
Dateigröße 41.66 KB
Installationsanzahl 12,914
Aktuelle Version 1.2.4
Letztes Update 2023-08-03
Veröffentlichungsdatum 2022-08-07
Bewertung 4.17/5 Insgesamt 35 Bewertungen
Entwickler Boba King
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}