AvJuicy Plugin
It converts all embeded videos to native player format.
什麼是AvJuicy Plugin?
AvJuicy Plugin是由dirtypetter開發的Chrome擴展程式,該擴展的主要功能是“It converts all embeded videos to native player format.”。
擴展截圖
下載AvJuicy Plugin擴展crx文件
下載AvJuicy Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        此應用程式可去除avjuicy.com影片的廣告,並切換為原生影片播放器,大大提高用戶體驗。
It converts all embeded videos in avjuicy.com into native video player format.(for: avjuicy.com)                     擴展基本資訊
| 名稱 |   |  
| ID | mnbcgpppofgjgpgeppkajimgneblhkej | 
| 官方網址 | https://chromewebstore.google.com/detail/avjuicy-plugin/mnbcgpppofgjgpgeppkajimgneblhkej | 
| 簡介 | It converts all embeded videos to native player format. | 
| 檔案大小 | 15.46 KB | 
| 安裝次數 | 24 | 
| 目前版本 | 1.0.4 | 
| 更新時間 | 2018-07-30 | 
| 上架時間 | 2018-07-30 | 
| 評分 | 5.00/5 共 1 次評分 | 
| 開發者 | dirtypetter | 
| 付費類型 | free | 
| 支援的語言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AvJuicy Plugin",
    "description": "It converts all embeded videos to native player format.",
    "version": "1.0.4",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "execute.js"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "sub.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ]
}  |  |