InteractiveFics
Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice.
InteractiveFics क्या है?
InteractiveFics marek-szczepankiewicz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces Y/N & other variables in Reader Insert/second person fics with words of your choice."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में InteractiveFics एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } ] } |