Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Sep 29, 2025.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "InteractiveFics",
"author": "mariamrf",
"version": "10.3.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",
"tabs"
],
"content_scripts": [
{
"js": [
"content_script.js"
],
"run_at": "document_start",
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"incognito": "split",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"short_name": "IFics",
"commands": {
"interactivefics-refresh": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
},
"description": "Refresh replacements on the current page"
}
},
"minimum_chrome_version": "96",
"version_name": "10.3.0"
}