Yexplore by ynetnews.com

Official Ynet English Extension for Israeli Breaking News

Yexplore by ynetnews.comคืออะไร?

Yexplore by ynetnews.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ynetexplore.com และคุณลักษณะหลักของมันคือ "Official Ynet English Extension for Israeli Breaking News"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yexplore by ynetnews.com

ดาวน์โหลดไฟล์ส่วนขยาย Yexplore by ynetnews.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Replace new tab page with a news portal by ynetnews.com

New Tab page that gives you quick access to Ynet's articles about Politics, World Israel News, Jewish World, Israel Facts, and more. 

Every second we receive tons of data from different sources. What if you could filter and receive only relevant information and in one place? 
And what if you could organize all your content in reading lists so you could check them out at your own time?

To answer all these needs, Ynet brings to its readers YnetExplorer. 
This new tab extension offers real-time Israeli news on a customizable platform.
Start reading lists, favorite articles, manage preferences and create shortcuts with it. 
Never miss what's important for you: national stories, what’s happening on the West Bank, all information about the Israel x Palestine conflict.


Some important information for you:
By clicking on the 'Add to Chrome' button and installing this extension, you are agreeing to install it, with our Privacy Policy, and our Terms of Use. We recommend you to check the documents below.

Privacy Policy: https://ynetexplore.com/privacy.html

Terms of Use: https://ynetexplore.com/terms.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yexplore by ynetnews.com Yexplore by ynetnews.com
ID cpcjnoihbhhikkmnegnifimenalaifbn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/yexplore-by-ynetnewscom/cpcjnoihbhhikkmnegnifimenalaifbn
คำอธิบาย Official Ynet English Extension for Israeli Breaking News
ขนาดไฟล์ 39.07 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2019-09-08
วันที่เผยแพร่ 2019-09-07
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://ynetexplore.com
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.webcoapps.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yexplore by ynetnews.com",
    "short_name": "The Official Ynetnews.com Extension for Israeli Breaking News",
    "manifest_version": 2,
    "version": "1.0.9",
    "description": "Official Ynet English Extension for Israeli Breaking News",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.ynetexplore.com\/",
        "*:\/\/.ynetexplore.com\/*",
        "*:\/\/*.ynetnews.com\/*",
        "cookies",
        "tabs",
        "unlimitedStorage",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/sitecontent.js"
            ],
            "matches": [
                "*:\/\/*.ynet.co.il\/*",
                "*:\/\/*.ynetexplore.co.il\/*",
                "*:\/\/*.ynetexplore.com\/*",
                "*:\/\/*.ynetnews.com\/*",
                "*:\/\/localhost\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/reading-list-icon.png",
        "images\/reading-list-text.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ynetexplore.co.il\/*",
            "*:\/\/*.ynetexplore.com\/*",
            "*:\/\/*.ynet.co.il\/*",
            "*:\/\/*.ynetnews.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icons\/32.png"
    }
}