InteractiveFics

Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.

Was ist InteractiveFics?

InteractiveFics ist eine Chrome-Erweiterung, die von marek-szczepankiewicz entwickelt wurde, und ihr Hauptmerkmal ist "Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.".

Erweiterungsscreenshots

screenshot
screenshot

InteractiveFics-Erweiterungs-CRX-Datei herunterladen

Laden Sie InteractiveFics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        InteractiveFics is designed to improve your online story reading experience of second-person "interactive fiction", popular on tumblr, that most commonly uses some variation of "Y/N" to indicate where your character's name should go.

If you use this extension, you can enter whatever value you want into it and it will change "Y/N" (and its derivatives, or a special expression if the writer uses another thing to abbreviate the part where the name goes) into that value on all webpages. You can also replace other, unrelated words and expressions to whatever you like.

Update version 5.2.4 adds new features:
- Get the entire content of the website
- Edit content
- Share content on social networks: Twitter, LinkedIn and post to Facebook using facebook's api just one click.                    

Grundlegende Informationen zur Erweiterung

Name InteractiveFics InteractiveFics
ID pcpjpdomcbnlkbghmchnjgeejpdlonli
Offizielle URL https://chromewebstore.google.com/detail/interactivefics/pcpjpdomcbnlkbghmchnjgeejpdlonli
Beschreibung Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.
Dateigröße 340 KB
Installationsanzahl 148,946
Aktuelle Version 5.2.5
Letztes Update 2023-07-31
Veröffentlichungsdatum 2020-05-21
Bewertung 4.63/5 Insgesamt 219 Bewertungen
Entwickler marek-szczepankiewicz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://interactivefics.tumblr.com
Hilfeseite URL http://interactivefics.tumblr.com/faq
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/interactivefics/home
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon_128.png",
        "default_popup": "src\/popup\/index.html"
    },
    "options_page": "src\/options\/index.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.69e92bd4.cec6724c.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/twitter.com\/*",
        "*:\/\/*.linkedin.com\/*"
    ],
    "version": "5.2.5",
    "manifest_version": 3,
    "name": "InteractiveFics",
    "description": "Replaces Y\/N & other variables in Reader Insert\/second person fics with words of your choice.",
    "permissions": [
        "storage",
        "tabs",
        "declarativeNetRequest"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/index.0b17deff.js",
                "assets\/index.ts.69e92bd4.js"
            ],
            "use_dynamic_url": true
        }
    ]
}