POV: Wattpad Y/N Replacer

Automatically replace y/n and other abbreviations in Wattpad.

Co to jest POV: Wattpad Y/N Replacer?

POV: Wattpad Y/N Replacer to rozszerzenie Chrome opracowane przez Boba King, a jego główną funkcją jest „Automatically replace y/n and other abbreviations in Wattpad.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia POV: Wattpad Y/N Replacer

Pobierz pliki rozszerzeń POV: Wattpad Y/N Replacer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa POV: Wattpad Y/N Replacer POV: Wattpad Y/N Replacer
ID dmjhmlgaholcanppknhifhiaendojecm
Oficjalny URL https://chromewebstore.google.com/detail/pov-wattpad-yn-replacer/dmjhmlgaholcanppknhifhiaendojecm
Opis Automatically replace y/n and other abbreviations in Wattpad.
Rozmiar pliku 41.66 KB
Liczba instalacji 12,914
Aktualna Wersja 1.2.4
Ostatnia Aktualizacja 2023-08-03
Data Publikacji 2022-08-07
Ocena 4.17/5 Łącznie 35 Oceny
Deweloper Boba King
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}