planternative

This extension replaces meaty words with the truth

planternative là gì?

planternative là một tiện ích mở rộng Chrome được phát triển bởi https://planternative.com, và tính năng chính của nó là "This extension replaces meaty words with the truth".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng planternative

Tải xuống các tệp mở rộng planternative dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên planternative planternative
ID kfclcnhoankhmncphjplefbcajkioljk
URL Chính Thức https://chromewebstore.google.com/detail/planternative/kfclcnhoankhmncphjplefbcajkioljk
Mô tả This extension replaces meaty words with the truth
Kích Thước Tệp 332 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.0.13
Cập Nhật Lần Cuối 2017-11-09
Ngày Phát Hành 2017-11-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://planternative.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://planternative.com/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}