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 | 
| 公式URL | 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"
        }
    ]
}  |  |