BetterFiction - FanFiction.net improver

BetterFiction - Extension to improve the experience of using the site fanfiction.net

BetterFiction - FanFiction.net improverคืออะไร?

BetterFiction - FanFiction.net improver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Waland2 และคุณลักษณะหลักของมันคือ "BetterFiction - Extension to improve the experience of using the site fanfiction.net"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BetterFiction - FanFiction.net improver

ดาวน์โหลดไฟล์ส่วนขยาย BetterFiction - FanFiction.net improver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        BetterFiction: Enhanced Experience Extension for FanFiction.net

BetterFiction is a comprehensive browser extension designed specifically for enhancing your reading and interaction experience with fanfics on FanFiction.net. 

Key features:

*Bookmarks system: The ability to save a bookmark to return to a specific location in the future. Additionally, all bookmarks can be viewed in a specialized table.

*The ability to view all bookmarks in one table.

*Removal of text copying restrictions.

*The word counter in the chapter.

*The ability to sort fics in people's profiles by favorites and followers.

*The ability to display the entire fic on one page.

*Various functions for visual improvement (Fanfiction can now be divided into a list for better viewing, enlarge cover images, group statistics about fanfiction and highlight information in different colors).

Have a good reading!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BetterFiction - FanFiction.net improver BetterFiction - FanFiction.net improver
ID phhdklbifojeakgelbijajifknjbhndh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/betterfiction-fanfictionn/phhdklbifojeakgelbijajifknjbhndh
คำอธิบาย BetterFiction - Extension to improve the experience of using the site fanfiction.net
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 231
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2024-01-03
วันที่เผยแพร่ 2023-08-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Waland2
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterFiction - FanFiction.net improver",
    "version": "1.1.7",
    "manifest_version": 3,
    "description": "BetterFiction - Extension to improve the experience of using the site fanfiction.net",
    "author": "Waland2",
    "icons": {
        "16": "icons\/ava.png",
        "32": "icons\/ava.png",
        "128": "icons\/ava.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fanfiction.net\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fanfiction.net\/s\/*"
            ],
            "run_at": "document_end",
            "js": [
                "pages\/story.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fanfiction.net\/anime\/*\/*",
                "https:\/\/www.fanfiction.net\/book\/*\/*",
                "https:\/\/www.fanfiction.net\/cartoon\/*\/*",
                "https:\/\/www.fanfiction.net\/comic\/*\/*",
                "https:\/\/www.fanfiction.net\/game\/*\/*",
                "https:\/\/www.fanfiction.net\/misc\/*\/*",
                "https:\/\/www.fanfiction.net\/movie\/*\/*",
                "https:\/\/www.fanfiction.net\/play\/*\/*",
                "https:\/\/www.fanfiction.net\/tv\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "pages\/list.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fanfiction.net\/u\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "pages\/profile.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fanfiction.net\/*\/*\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "pages\/crossover.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fanfiction.net\/search\/*"
            ],
            "run_at": "document_end",
            "js": [
                "pages\/search.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fanfiction.net\/communities\/*\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "pages\/communities.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fanfiction.net\/community\/*\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "pages\/community.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fanfiction.net\/forums\/*\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "pages\/forum.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fanfiction.net\/j\/*"
            ],
            "run_at": "document_end",
            "js": [
                "pages\/just-in.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.fanfiction.net\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "https:\/\/www.fanfiction.net\/*"
            ]
        },
        {
            "resources": [
                "tabs\/*"
            ],
            "matches": [
                "https:\/\/www.fanfiction.net\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    }
}