iHerb Cruelty Check
Checks Wether a Product on iHerb Is Cruelty Free Or Not
iHerb Cruelty Check क्या है?
iHerb Cruelty Check Alon Kishoni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks Wether a Product on iHerb Is Cruelty Free Or Not"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में iHerb Cruelty Check एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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...
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jojaifeadhbbekhnkmommcbpjomkleab |
आधिकारिक URL | https://chrome.google.com/webstore/detail/iherb-cruelty-check/jojaifeadhbbekhnkmommcbpjomkleab |
विवरण | Checks Wether a Product on iHerb Is Cruelty Free Or Not |
फ़ाइल का आकार | 13.21 KB |
स्थापना संख्या | 77 |
वर्तमान संस्करण | 0.0.0.1 |
अंतिम अपडेट | 2019-12-30 |
प्रकाशन तिथि | 2019-12-30 |
डेवलपर | Alon Kishoni |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |