POV: Wattpad Y/N Replacer

Automatically replace y/n and other abbreviations in Wattpad.

Cos'è POV: Wattpad Y/N Replacer?

POV: Wattpad Y/N Replacer è un'estensione di Chrome sviluppata da Boba King, e la sua funzione principale è "Automatically replace y/n and other abbreviations in Wattpad.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione POV: Wattpad Y/N Replacer

Scarica i file di estensione POV: Wattpad Y/N Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome POV: Wattpad Y/N Replacer POV: Wattpad Y/N Replacer
ID dmjhmlgaholcanppknhifhiaendojecm
URL Ufficiale https://chromewebstore.google.com/detail/pov-wattpad-yn-replacer/dmjhmlgaholcanppknhifhiaendojecm
Descrizione Automatically replace y/n and other abbreviations in Wattpad.
Dimensione del File 41.66 KB
Conteggio Installazioni 12,914
Versione Corrente 1.2.4
Ultimo Aggiornamento 2023-08-03
Data di Pubblicazione 2022-08-07
Valutazione 4.17/5 Totale 35 Valutazioni
Sviluppatore Boba King
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}