POV: Wattpad Y/N Replacer

Automatically replace y/n and other abbreviations in Wattpad.

POV: Wattpad Y/N Replacerとは何ですか?

POV: Wattpad Y/N ReplacerはBoba Kingによって開発されたChromeの拡張機能で、その主な機能は「Automatically replace y/n and other abbreviations in Wattpad.」です。

拡張機能のスクリーンショット

screenshot

POV: Wattpad Y/N Replacer拡張機能のCRXファイルをダウンロード

POV: Wattpad Y/N Replacer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 POV: Wattpad Y/N Replacer POV: Wattpad Y/N Replacer
ID dmjhmlgaholcanppknhifhiaendojecm
公式URL https://chromewebstore.google.com/detail/pov-wattpad-yn-replacer/dmjhmlgaholcanppknhifhiaendojecm
説明 Automatically replace y/n and other abbreviations in Wattpad.
ファイルサイズ 41.66 KB
インストール数 12,914
現在のバージョン 1.2.4
最終更新日 2023-08-03
公開日 2022-08-07
評価 4.17/5 合計 35 レビュー
開発者 Boba King
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}