AO3 Random Fanfic
Open a random fanfic from the search results on AO3
什么是AO3 Random Fanfic?
AO3 Random Fanfic是由daniellefranca96开发的Chrome扩展程序,该扩展的主要功能是“Open a random fanfic from the search results on AO3”。
扩展截图
下载AO3 Random Fanfic扩展crx文件
下载AO3 Random Fanfic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a browser extension that allows you to randomly select and open a fanfiction from the website Archive of Our Own (AO3) in a new tab. It works on any search or bookmark page on AO3, and it considers all pages of the website with any filters. Essentially, it allows you to discover new fanfictions that you may not have come across otherwise, adding an element of surprise and randomness to your reading experience on AO3.
扩展基本信息
名称 | AO3 Random Fanfic |
ID | jgaphfpdnlmpnlofgeamhgcnjfmobkmm |
官方URL | https://chromewebstore.google.com/detail/ao3-random-fanfic/jgaphfpdnlmpnlofgeamhgcnjfmobkmm |
简介 | Open a random fanfic from the search results on AO3 |
文件大小 | 21.62 KB |
安装次数 | 79 |
当前版本 | 1.0 |
更新时间 | 2023-03-19 |
上架时间 | 2023-03-19 |
评分 | 3.00/5 共1次评分 |
开发者 | daniellefranca96 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://ao3-random-fanfic.xyz/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AO3 Random Fanfic", "version": "1.0", "description": "Open a random fanfic from the search results on AO3", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |