Aljazeera Auto Player
My Chrome Extension
Aljazeera Auto Playerとは何ですか?
Aljazeera Auto PlayerはEl Hady Tolbaによって開発されたChromeの拡張機能で、その主な機能は「My Chrome Extension」です。
Aljazeera Auto Player拡張機能のCRXファイルをダウンロード
Aljazeera Auto Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Aljazeera auto play
拡張機能の基本情報
名前 | ![]() |
ID | ihpneemlkobienmfffilkhhfnfdjoncj |
公式URL | https://chrome.google.com/webstore/detail/aljazeera-auto-player/ihpneemlkobienmfffilkhhfnfdjoncj |
説明 | My Chrome Extension |
ファイルサイズ | 9.89 KB |
インストール数 | 31 |
現在のバージョン | 0.0.21 |
最終更新日 | 2013-09-22 |
公開日 | 2013-09-22 |
開発者 | El Hady Tolba |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.21", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.aljazeera.net\/livestreaming\/pages" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |