ChromeEX
1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links
ما هو ChromeEX؟
ChromeEX هو إضافة Chrome تم تطويرها بواسطة https://powerz.top، والميزة الرئيسية لها هي "1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChromeEX
قم بتنزيل ملفات الامتداد ChromeEX بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Change user-agent,inject script&style what you want.
معلومات أساسية عن التمديد
الاسم | ChromeEX |
ID | anlbhlpjfbcaomechnemcplbhagebmdh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chromeex/anlbhlpjfbcaomechnemcplbhagebmdh |
الوصف | 1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links |
حجم الملف | 67.25 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-04-27 |
تاريخ النشر | 2020-05-25 |
المطور | https://powerz.top |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://powerz.top?r=ext/chromeex |
عنوان صفحة المساعدة | http://powerz.top?r=ext/chromeex |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChromeEX", "version": "1.1", "manifest_version": 2, "homepage_url": "http:\/\/powerz.top?r=ext\/chromeex", "description": "1.webpage adapt browser size; 2.change user-agent; 3.Inject javescript & stylesheet 4.find m3u8 links", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" }, "default_title": "chromeEX", "default_popup": "popup.html" }, "background": { "scripts": [ "script\/background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "script\/enginex.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "minimum_chrome_version": "61", "incognito": "spanning", "offline_enabled": true, "options_page": "options.html", "permissions": [ "unlimitedStorage", "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |