Write Books Today

Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!

Write Books Today là gì?

Write Books Today là một tiện ích mở rộng Chrome được phát triển bởi cdishawn32, và tính năng chính của nó là "Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!".

Ả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 Write Books Today

Tải xuống các tệp mở rộng Write Books Today 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

                        Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!                    

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

Tên Write Books Today Write Books Today
ID cndakaelfdbelcfbkngjcoekoelfmbho
URL Chính Thức https://chromewebstore.google.com/detail/write-books-today/cndakaelfdbelcfbkngjcoekoelfmbho
Mô tả Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book "Out of Work" is available now on Amazon!
Kích Thước Tệp 197 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-03-08
Ngày Phát Hành 2016-03-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển cdishawn32
Loại Thanh Toán in_app
Trang Web Mở Rộng http://www.writebookstoday.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Write Books Today",
    "description": "Find out how Lionel gets Promoted and Demoted within weeks apart! Funny Book \"Out of Work\" is available now on Amazon!",
    "version": "1.0",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "notifications",
        "gcm",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/config.js",
            "js\/bgscript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery.velocity.min.js",
                "js\/script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}