Israeli Product Checker

Alerts the user if any Israeli Product appears.

Τι είναι το Israeli Product Checker;

Το Israeli Product Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hamza Aziz, και η κύρια λειτουργία του είναι "Alerts the user if any Israeli Product appears.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Israeli Product Checker

Λήψη αρχείων επέκτασης Israeli Product Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}