planternative
This extension replaces meaty words with the truth
Qu'est-ce que planternative ?
planternative est une extension Chrome développée par https://planternative.com, et sa fonction principale est "This extension replaces meaty words with the truth".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension planternative
Téléchargez les fichiers d'extension planternative au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | planternative |
ID | kfclcnhoankhmncphjplefbcajkioljk |
URL Officiel | https://chromewebstore.google.com/detail/planternative/kfclcnhoankhmncphjplefbcajkioljk |
Description | This extension replaces meaty words with the truth |
Taille du Fichier | 332 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.0.13 |
Dernière Mise à Jour | 2017-11-09 |
Date de Publication | 2017-11-09 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://planternative.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://planternative.com/ |
Langues Prises en Charge | 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 } } |