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”。

擴展截圖

screenshot

下載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 AO3 Random Fanfic
ID jgaphfpdnlmpnlofgeamhgcnjfmobkmm
官方網址 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"
    }
}