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:\/\/*\/*" ] } |