planternative
This extension replaces meaty words with the truth
planternative क्या है?
planternative https://planternative.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension replaces meaty words with the truth"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में planternative एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Language is a powerful tool. It makes up the tracks for our train of thoughts without whom we would be stuck. The bulk of these tracks was layed centuries ago and therefor may lead to places not worth visiting in our modern age. It takes a long time to lay new tracks and retire old ones, here is where we come in.
एक्सटेंशन की मूल जानकारी
नाम | planternative |
ID | kfclcnhoankhmncphjplefbcajkioljk |
आधिकारिक URL | https://chromewebstore.google.com/detail/planternative/kfclcnhoankhmncphjplefbcajkioljk |
विवरण | This extension replaces meaty words with the truth |
फ़ाइल का आकार | 332 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 1.0.13 |
अंतिम अपडेट | 2017-11-09 |
प्रकाशन तिथि | 2017-11-09 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://planternative.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://planternative.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "planternative", "description": "This extension replaces meaty words with the truth", "version": "1.0.13", "author": "planternative", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "planternative", "default_icon": "icon48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "xregexp-all.js", "replacements.js", "whiteList.js", "content.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |