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 |
公式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 |
Eメール | [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 } ] } |