POV: Wattpad Y/N Replacer

Automatically replace y/n and other abbreviations in Wattpad.

Τι είναι το POV: Wattpad Y/N Replacer;

Το POV: Wattpad Y/N Replacer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Boba King, και η κύρια λειτουργία του είναι "Automatically replace y/n and other abbreviations in Wattpad.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης POV: Wattpad Y/N Replacer

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}