planternative
This extension replaces meaty words with the truth
Co je planternative?
planternative je rozšíření Chrome vyvinuté https://planternative.com, a jeho hlavní funkcí je „This extension replaces meaty words with the truth“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření planternative
Stáhněte si soubory rozšíření planternative ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | planternative |
ID | kfclcnhoankhmncphjplefbcajkioljk |
Oficiální URL | https://chromewebstore.google.com/detail/planternative/kfclcnhoankhmncphjplefbcajkioljk |
Popis | This extension replaces meaty words with the truth |
Velikost souboru | 332 KB |
Počet instalací | 39 |
Aktuální Verze | 1.0.13 |
Poslední Aktualizace | 2017-11-09 |
Datum Vydání | 2017-11-09 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://planternative.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://planternative.com/ |
Podporované Jazyky | 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 } } |