Aljazeera Auto Player
My Chrome Extension
What is Aljazeera Auto Player?
Aljazeera Auto Player is a Chrome extension developed by El Hady Tolba, and its main feature is "My Chrome Extension".
Download Aljazeera Auto Player Extension CRX File
Download Aljazeera Auto Player 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
Aljazeera auto play
Extension Basic Information
Name | ![]() |
ID | ihpneemlkobienmfffilkhhfnfdjoncj |
Official URL | https://chrome.google.com/webstore/detail/aljazeera-auto-player/ihpneemlkobienmfffilkhhfnfdjoncj |
Description | My Chrome Extension |
File Size | 9.89 KB |
Installation Count | 31 |
Current Version | 0.0.21 |
Last Updated | 2013-09-22 |
Publish Date | 2013-09-22 |
Developer | El Hady Tolba |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |