Israeli Product Checker

Alerts the user if any Israeli Product appears.

Israeli Product Checker란 무엇입니까?

Israeli Product Checker은(는) Hamza Aziz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alerts the user if any Israeli Product appears."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Israeli Product Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The "Israeli Product Checker" is a handy browser extension designed to keep users informed about the presence of Israeli products when they perform online searches. This extension caters to individuals who are interested in making conscious choices about the products they support and purchase.

Key Features:

1. Real-time Product Detection: The extension monitors search queries in real-time and scans the search results to identify any mention of Israeli products.

2. User-Friendly Alerts: When an Israeli product is detected within a search result, the extension provides a user-friendly alert to inform the user. The alert ensures that users are aware of the presence of such products without any intrusive actions on their part.

3. Privacy-Focused: The extension respects user privacy by solely analyzing the search results locally on the user's device. It does not store or transmit any personal data.

"Israeli Product Checker" empowers users to make informed decisions and align their online activities with their ethical values. It serves as a valuable tool for those interested in supporting or avoiding Israeli products based on their individual preferences and beliefs.                    

확장 프로그램 기본 정보

이름 Israeli Product Checker Israeli Product Checker
ID klnlbblcebeeojkeapjemepigffadpol
공식 URL https://chromewebstore.google.com/detail/israeli-product-checker/klnlbblcebeeojkeapjemepigffadpol
설명 Alerts the user if any Israeli Product appears.
파일 크기 24.73 KB
설치 횟수 318
현재 버전 1.0
최근 업데이트 2023-11-05
출시 날짜 2023-11-05
평점 4.67/5 총 3 개의 평점
개발자 Hamza Aziz
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Israeli Product Checker",
    "description": "Alerts the user if any Israeli Product appears.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}