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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } ] } |