planternative

This extension replaces meaty words with the truth

Co to jest planternative?

planternative to rozszerzenie Chrome opracowane przez https://planternative.com, a jego główną funkcją jest „This extension replaces meaty words with the truth”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia planternative

Pobierz pliki rozszerzeń planternative w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa planternative planternative
ID kfclcnhoankhmncphjplefbcajkioljk
Oficjalny URL https://chromewebstore.google.com/detail/planternative/kfclcnhoankhmncphjplefbcajkioljk
Opis This extension replaces meaty words with the truth
Rozmiar pliku 332 KB
Liczba instalacji 39
Aktualna Wersja 1.0.13
Ostatnia Aktualizacja 2017-11-09
Data Publikacji 2017-11-09
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://planternative.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://planternative.com/
Obsługiwane Języki 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
    }
}