iHerb Cruelty Check

Checks Wether a Product on iHerb Is Cruelty Free Or Not

Wat is iHerb Cruelty Check?

iHerb Cruelty Check is een Chrome-extensie ontwikkeld door Alon Kishoni, en de belangrijkste functie is "Checks Wether a Product on iHerb Is Cruelty Free Or Not".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iHerb Cruelty Check

Download iHerb Cruelty Check-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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...                    

Basisinformatie over de Extensie

Naam iHerb Cruelty Check iHerb Cruelty Check
ID jojaifeadhbbekhnkmommcbpjomkleab
Officiële URL https://chrome.google.com/webstore/detail/iherb-cruelty-check/jojaifeadhbbekhnkmommcbpjomkleab
Beschrijving Checks Wether a Product on iHerb Is Cruelty Free Or Not
Bestandsgrootte 13.21 KB
Aantal Installaties 77
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2019-12-30
Publicatiedatum 2019-12-30
Ontwikkelaar Alon Kishoni
Betalingswijze free
Ondersteunde Talen 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
}