الحدث

ابقى على اتصال بآخر الأخبار من الحدث

What is الحدث?

الحدث is a Chrome extension developed by https://alhadath.net, and its main feature is "ابقى على اتصال بآخر الأخبار من الحدث".

Extension Screenshots

screenshot
screenshot
screenshot

Download الحدث Extension CRX File

Download الحدث 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

                        تطبيق الحدث الرسمي على متصفح غوغل كروم ، يبقيكم على تواصل بآخر الأخبار من موقع الحدث نت، بالإضافة الى الأخبار العاجلة                    

Extension Basic Information

Name الحدث الحدث
ID dmheffdbffphmdhnnbjnokjicblafnki
Official URL https://chromewebstore.google.com/detail/%D8%A7%D9%84%D8%AD%D8%AF%D8%AB/dmheffdbffphmdhnnbjnokjicblafnki
Description ابقى على اتصال بآخر الأخبار من الحدث
File Size 259 KB
Installation Count 47
Current Version 1.0
Last Updated 2023-04-15
Publish Date 2016-07-13
Rating 5.00/5 Total 3 Ratings
Developer https://alhadath.net
Email [email protected]
Payment Type free
Privacy Policy Page URL http://english.alarabiya.net/tools/privacy_policy.html
Supported Languages ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u0627\u0644\u062d\u062f\u062b",
    "short_name": "\u0627\u0644\u062d\u062f\u062b",
    "version": "1.0",
    "description": "\u0627\u0628\u0642\u0649 \u0639\u0644\u0649 \u0627\u062a\u0635\u0627\u0644 \u0628\u0622\u062e\u0631 \u0627\u0644\u0623\u062e\u0628\u0627\u0631 \u0645\u0646 \u0627\u0644\u062d\u062f\u062b",
    "homepage_url": "http:\/\/www.alhadath.net\/",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self' https:\/\/www.googletagmanager.com; object-src 'self';"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_title": "\u0627\u0644\u062d\u062f\u062b - \u062e\u062f\u0645\u0629 \u0625\u062e\u0628\u0627\u0631\u064a\u0629 \u0645\u0646 \u0627\u0644\u0639\u0631\u0628\u064a\u0629",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/icon32.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/www.google-analytics.com\/",
        "http:\/\/api.alarabiya.net\/sections\/2\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}