InteractiveFics

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

什么是InteractiveFics?

InteractiveFics是由marek-szczepankiewicz开发的Chrome扩展程序,该扩展的主要功能是“Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.”。

扩展截图

screenshot
screenshot

下载InteractiveFics扩展crx文件

下载InteractiveFics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 InteractiveFics InteractiveFics
ID pcpjpdomcbnlkbghmchnjgeejpdlonli
官方URL https://chromewebstore.google.com/detail/interactivefics/pcpjpdomcbnlkbghmchnjgeejpdlonli
简介 Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.
文件大小 340 KB
安装次数 148,946
当前版本 5.2.5
更新时间 2023-07-31
上架时间 2020-05-21
评分 4.63/5 共219次评分
开发者 marek-szczepankiewicz
电子邮箱 [email protected]
付费类型 free
扩展官网 http://interactivefics.tumblr.com
帮助页面URL http://interactivefics.tumblr.com/faq
隐私政策页面URL https://sites.google.com/view/interactivefics/home
支持的语言 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
        }
    ]
}