InteractiveFics
Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.
InteractiveFics là gì?
InteractiveFics là một tiện ích mở rộng Chrome được phát triển bởi marek-szczepankiewicz, và tính năng chính của nó là "Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng InteractiveFics
Tải xuống các tệp mở rộng InteractiveFics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | InteractiveFics |
ID | pcpjpdomcbnlkbghmchnjgeejpdlonli |
URL Chính Thức | https://chromewebstore.google.com/detail/interactivefics/pcpjpdomcbnlkbghmchnjgeejpdlonli |
Mô tả | Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice. |
Kích Thước Tệp | 340 KB |
Số Lần Cài Đặt | 148,946 |
Phiên Bản Hiện Tại | 5.2.5 |
Cập Nhật Lần Cuối | 2023-07-31 |
Ngày Phát Hành | 2020-05-21 |
Đánh Giá | 4.63/5 Tổng số 219 Đánh Giá |
Nhà Phát Triển | marek-szczepankiewicz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://interactivefics.tumblr.com |
URL Trang Trợ Giúp | http://interactivefics.tumblr.com/faq |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/interactivefics/home |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |