العربية

ابقى على اتصال بأخر الأخبار من العربية

What is العربية?

العربية is a Chrome extension developed by https://alarabiya.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 ccbilbpeeaindfdglogajadgfilkfcmd
Official URL https://chromewebstore.google.com/detail/%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%8A%D8%A9/ccbilbpeeaindfdglogajadgfilkfcmd
Description ابقى على اتصال بأخر الأخبار من العربية
File Size 621 KB
Installation Count 323
Current Version 1.0
Last Updated 2023-04-01
Publish Date 2016-07-13
Rating 5.00/5 Total 5 Ratings
Developer https://alarabiya.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\u0639\u0631\u0628\u064a\u0629",
    "short_name": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629",
    "version": "1.0",
    "description": "\u0627\u0628\u0642\u0649 \u0639\u0644\u0649 \u0627\u062a\u0635\u0627\u0644 \u0628\u0623\u062e\u0631 \u0627\u0644\u0623\u062e\u0628\u0627\u0631 \u0645\u0646 \u0627\u0644\u0639\u0631\u0628\u064a\u0629",
    "homepage_url": "http:\/\/www.alarabiya.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\u0639\u0631\u0628\u064a\u0629 - \u0627\u0646 \u062a\u0639\u0631\u0641 \u0623\u0643\u062b\u0631",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/icon.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon.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",
        "storage",
        "notifications",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.3.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}