iHerb Cruelty Check

Checks Wether a Product on iHerb Is Cruelty Free Or Not

Qu'est-ce que iHerb Cruelty Check ?

iHerb Cruelty Check est une extension Chrome développée par Alon Kishoni, et sa fonction principale est "Checks Wether a Product on iHerb Is Cruelty Free Or Not".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension iHerb Cruelty Check

Téléchargez les fichiers d'extension iHerb Cruelty Check au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        While shopping on iHerb.com this extension will help you choose products from companies that DO NOT test on animals.

Every time you view a product on iHerb (mainly cosmetics) - a popup will show telling you wether or not you should avoid...                    

Informations de Base sur l'Extension

Nom iHerb Cruelty Check iHerb Cruelty Check
ID jojaifeadhbbekhnkmommcbpjomkleab
URL Officiel https://chrome.google.com/webstore/detail/iherb-cruelty-check/jojaifeadhbbekhnkmommcbpjomkleab
Description Checks Wether a Product on iHerb Is Cruelty Free Or Not
Taille du Fichier 13.21 KB
Nombre d'Installations 77
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2019-12-30
Date de Publication 2019-12-30
Développeur Alon Kishoni
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iHerb Cruelty Check",
    "version": "0.0.0.1",
    "description": "Checks Wether a Product on iHerb Is Cruelty Free Or Not",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.iherb.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        }
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}