Aljazeera Auto Player
My Chrome Extension
ما هو Aljazeera Auto Player؟
Aljazeera Auto Player هو إضافة Chrome تم تطويرها بواسطة El Hady Tolba، والميزة الرئيسية لها هي "My Chrome Extension".
تحميل ملف CRX للإضافة Aljazeera Auto Player
قم بتنزيل ملفات الامتداد Aljazeera Auto Player بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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:\/\/*\/*" ] } |