WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
InteractiveFics

InteractiveFics

View on Chrome Web Store
View InteractiveFics Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (10 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.
Type
Extension
Users
2,000 users
500
Web
View author page of Web
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 20, 2025
Version 10.0.0
Manifest version
3
Updated
Updated on March 26, 2025
lifestyle/household
Extension Category
View on Chrome Web Store
View InteractiveFics Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InteractiveFics",
    "author": "mariamrf",
    "version": "10.0.0",
    "description": "Replaces Y\/N & other variables in Reader Insert\/second person fics with words of your choice.",
    "action": {
        "default_title": "InteractiveFics",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "incognito": "split",
    "web_accessible_resources": [
        {
            "resources": [
                "toucan-banner.png"
            ],
            "matches": []
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top