Aljazeera Auto Player
My Chrome Extension
Wat is Aljazeera Auto Player?
Aljazeera Auto Player is een Chrome-extensie ontwikkeld door El Hady Tolba, en de belangrijkste functie is "My Chrome Extension".
Download het CRX-bestand van de extensie Aljazeera Auto Player
Download Aljazeera Auto Player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Aljazeera auto play
Basisinformatie over de Extensie
Naam | ![]() |
ID | ihpneemlkobienmfffilkhhfnfdjoncj |
Officiële URL | https://chrome.google.com/webstore/detail/aljazeera-auto-player/ihpneemlkobienmfffilkhhfnfdjoncj |
Beschrijving | My Chrome Extension |
Bestandsgrootte | 9.89 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.0.21 |
Laatst Bijgewerkt | 2013-09-22 |
Publicatiedatum | 2013-09-22 |
Ontwikkelaar | El Hady Tolba |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |