Iwara U

Enhance Iwara website

什麼是Iwara U?

Iwara U是由hypeaced開發的Chrome擴展程式,該擴展的主要功能是“Enhance Iwara website”。

擴展截圖

screenshot
screenshot

下載Iwara U擴展crx文件

下載Iwara U擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Sorting for iwara.tv VIDEO + IMAGES

**ONLY SORT SINGLE PAGE**

Sort options:

1) LIKES

2) VIEWS

3) POPULAR
- Number of views divide by number of likes

4) DATE - default iwara.tv sorting

==============================================
Update 1.0.6
- Fix bug: accidentally trigger on videos with many comments

Update 1.0.4
- Fix bug: now sort when logout

Update 1.0.3
- Add Page Numbers to top of videos/images!                    

擴展基本資訊

名稱 Iwara U Iwara U
ID afipnpeaneehogjfdihdnnmjbdljlnjh
官方網址 https://chromewebstore.google.com/detail/iwara-u/afipnpeaneehogjfdihdnnmjbdljlnjh
簡介 Enhance Iwara website
檔案大小 82.85 KB
安裝次數 1,148
目前版本 1.0.7
更新時間 2022-08-16
上架時間 2020-04-24
評分 5.00/5 共 2 次評分
開發者 hypeaced
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "1.0.7",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/iwara.tv",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png",
            "48": "icon_48.png",
            "64": "icon_64.png",
            "128": "icon_128.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "menu\/menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.iwara.tv\/videos*",
                "*:\/\/*.iwara.tv\/images*"
            ],
            "js": [
                "iwara_sorting.js"
            ]
        }
    ],
    "default_locale": "en"
}