POV: Wattpad Y/N Replacer

Automatically replace y/n and other abbreviations in Wattpad.

Apa itu POV: Wattpad Y/N Replacer?

POV: Wattpad Y/N Replacer adalah ekstensi Chrome yang dikembangkan oleh Boba King, dan fitur utamanya adalah "Automatically replace y/n and other abbreviations in Wattpad.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi POV: Wattpad Y/N Replacer

Unduh file ekstensi POV: Wattpad Y/N Replacer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama POV: Wattpad Y/N Replacer POV: Wattpad Y/N Replacer
ID dmjhmlgaholcanppknhifhiaendojecm
URL Resmi https://chromewebstore.google.com/detail/pov-wattpad-yn-replacer/dmjhmlgaholcanppknhifhiaendojecm
Deskripsi Automatically replace y/n and other abbreviations in Wattpad.
Ukuran File 41.66 KB
Jumlah Instalasi 12,914
Versi Saat Ini 1.2.4
Terakhir Diperbarui 2023-08-03
Tanggal Publikasi 2022-08-07
Penilaian 4.17/5 Total 35 Penilaian
Pengembang Boba King
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}