HeroTab
HeroTab Chrome Extension
HeroTab क्या है?
HeroTab https://wehero.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HeroTab Chrome Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HeroTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
HeroTab Raise money for your favorite nonprofits with every browser tab you open! ➤ How it works HeroTab transforms your “new tab” page. Each time you open a tab, you will be greeted with a new image, the amount raised, and a small banner ad. We collect ad revenue from the page and use it to donate to the causes you are supporting! HeroTab is feeding families, protecting coastlines, planting trees, fighting for social justice, and more just by surfing the web.
एक्सटेंशन की मूल जानकारी
नाम | HeroTab |
ID | ghfkjegfhjnboafgiihfipifljjlgibc |
आधिकारिक URL | https://chromewebstore.google.com/detail/herotab/ghfkjegfhjnboafgiihfipifljjlgibc |
विवरण | HeroTab Chrome Extension |
फ़ाइल का आकार | 62.18 KB |
स्थापना संख्या | 514 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2020-11-22 |
प्रकाशन तिथि | 2020-04-23 |
रेटिंग | 5.00/5 कुल 13 रेटिंग्स |
डेवलपर | https://wehero.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://wehero.co/ |
सहायता पृष्ठ URL | https://www.wehero.co/browser-extension/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HeroTab", "short_name": "hero-tab", "author": "WeHero", "version": "1.2.2", "description": "HeroTab Chrome Extension", "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "browser_action": { "default_icon": "assets\/images\/icon48.png" }, "background": { "scripts": [ "background.js" ], "persistence": false }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "assets\/*" ], "permissions": [] } |