AltYes
Share and monetize your experiences on many social media networks including the Hive chain.
AltYes क्या है?
AltYes altyesdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share and monetize your experiences on many social media networks including the Hive chain."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AltYes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
AltYes - Share your experiences and monetize them. AltYes makes it possible for you to share things on various social networks, including Hive giving you the ability to obtain some 'crpyto' without having to know all the ins and outs of programming. A user friendly, simple and straight forward extension to help you grow and potentially earn some extra income for doing what you already do online by sharing your life, expertise and experiences with the world. FULLALT.com - "www is our niche".
एक्सटेंशन की मूल जानकारी
नाम | AltYes |
ID | aofmfleojhjengpmmmiopbofddlkokdb |
आधिकारिक URL | https://chromewebstore.google.com/detail/altyes/aofmfleojhjengpmmmiopbofddlkokdb |
विवरण | Share and monetize your experiences on many social media networks including the Hive chain. |
फ़ाइल का आकार | 1.94 MB |
स्थापना संख्या | 45 |
वर्तमान संस्करण | 1.2.5 |
अंतिम अपडेट | 2021-01-02 |
प्रकाशन तिथि | 2020-04-09 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | altyesdev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.fullalt.com |
सहायता पृष्ठ URL | https://www.fullalt.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AltYes", "short_name": "AltYes", "version": "1.2.5", "icons": { "16": "assets\/imgs\/icon16.png", "48": "assets\/imgs\/icon48-2.png", "128": "assets\/imgs\/icon128.png" }, "description": "Share and monetize your experiences on many social media networks including the Hive chain.", "permissions": [ "storage", "tabs", "activeTab" ], "browser_action": { "default_popup": "index.html", "default_title": "AltYes extension", "default_icon": { "48": "assets\/imgs\/icon48-2.png" } }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/hive.blog\/*" ], "js": [ "contentPage.js" ], "css": [ "contentStyle.css" ], "all_frames": true } ], "web_accessible_resources": [ "injectHiveblog.js" ], "background": { "scripts": [ "backgroundPage.js" ], "persistent": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "offline_enabled": false } |