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 |
Eメール | [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" } } |