Breaking News
Get the top live-breaking news from all over the world in real-time!
ما هو Breaking News؟
Breaking News هو إضافة Chrome تم تطويرها بواسطة kimjones.solutions، والميزة الرئيسية لها هي "Get the top live-breaking news from all over the world in real-time!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Breaking News
قم بتنزيل ملفات الامتداد Breaking News بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension lets the user get the top live-breaking news from all over the world in real-time.
معلومات أساسية عن التمديد
الاسم | |
ID | bcimglmahjflnpkifkgbcngldjojbplc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/breaking-news/bcimglmahjflnpkifkgbcngldjojbplc |
الوصف | Get the top live-breaking news from all over the world in real-time! |
حجم الملف | 14.74 KB |
عدد التثبيتات | 2,099 |
النسخة الحالية | 1 |
آخر تحديث | 2022-12-14 |
تاريخ النشر | 2022-12-14 |
المطور | kimjones.solutions |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://home.himselvepostly.xyz/ |
عنوان صفحة المساعدة | https://home.himselvepostly.xyz/contact.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo.png", "default_title": "Breaking News", "default_popup": "popup.html" }, "description": "Get the top live-breaking news from all over the world in real-time!", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "Breaking News", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ] } |