EYNY工具

EYNY影片篩選

What is EYNY工具?

EYNY工具 is a Chrome extension developed by Jack, and its main feature is "EYNY影片篩選".

Extension Screenshots

screenshot

Download EYNY工具 Extension CRX File

Download EYNY工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        影片區工具
可針對Free標籤進行篩選
並且可自動加載影片同時篩選

V1.2.0 修復影片篩選後,Page Select消失問題
V2.0.0 修改整體程式架構
     >原先篩選後Timer會自動停止
     >現改為常駐1s執行一次
    針對搜尋後,每次切換頁面都需手動篩選問題修改
     >加入Cookie紀錄是否常駐篩選功能
    自動加載部分不再詢問次數統一加載100次                    

Extension Basic Information

Name EYNY工具 EYNY工具
ID egjpfgifmbgflklgnpmnacloipkgegib
Official URL https://chrome.google.com/webstore/detail/eyny%E5%B7%A5%E5%85%B7/egjpfgifmbgflklgnpmnacloipkgegib
Description EYNY影片篩選
File Size 8.56 KB
Installation Count 114
Current Version 2.0.0
Last Updated 2021-03-23
Publish Date 2020-04-16
Developer Jack
Email [email protected]
Payment Type free
Help Page URL http://video.eyny.com/
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EYNY\u5de5\u5177",
    "description": "EYNY\u5f71\u7247\u7be9\u9078",
    "version": "2.0.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/video.eyny.com\/*"
            ],
            "js": [
                "execute.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.js"
    ]
}