POV: Wattpad Y/N Replacer

Automatically replace y/n and other abbreviations in Wattpad.

Co je POV: Wattpad Y/N Replacer?

POV: Wattpad Y/N Replacer je rozšíření Chrome vyvinuté Boba King, a jeho hlavní funkcí je „Automatically replace y/n and other abbreviations in Wattpad.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření POV: Wattpad Y/N Replacer

Stáhněte si soubory rozšíření POV: Wattpad Y/N Replacer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název POV: Wattpad Y/N Replacer POV: Wattpad Y/N Replacer
ID dmjhmlgaholcanppknhifhiaendojecm
Oficiální URL https://chromewebstore.google.com/detail/pov-wattpad-yn-replacer/dmjhmlgaholcanppknhifhiaendojecm
Popis Automatically replace y/n and other abbreviations in Wattpad.
Velikost souboru 41.66 KB
Počet instalací 12,914
Aktuální Verze 1.2.4
Poslední Aktualizace 2023-08-03
Datum Vydání 2022-08-07
Hodnocení 4.17/5 Celkem 35 Hodnocení
Vývojář Boba King
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}