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.”。
擴展截圖
下載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 |
ID | pcpjpdomcbnlkbghmchnjgeejpdlonli |
官方網址 | 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 } ] } |