Joke Extension

Click to deliver a new joke!

Joke Extension là gì?

Joke Extension là một tiện ích mở rộng Chrome được phát triển bởi harshsheth1128, và tính năng chính của nó là "Click to deliver a new joke!".

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

screenshot
screenshot
screenshot

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

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

                        Studying, stressed, or are you simply bored.

With the joke extension get 100 new jokes delivered to your thinking module with the simple click of a button. The jokes are updated every 24 hours so check back often. The joke extension keeps track of the joke you viewed last so you don't have to go through the process of clicking through old viewed jokes. All jokes are polled from the top 100 of the last 24 hours on www.reddit.com/r/jokes 

All rights are reserved to the creator, I do not own any of these.                    

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

Tên Joke Extension Joke Extension
ID jjbkhccadjacoagfdkckilefbjjmfhge
URL Chính Thức https://chrome.google.com/webstore/detail/joke-extension/jjbkhccadjacoagfdkckilefbjjmfhge
Mô tả Click to deliver a new joke!
Kích Thước Tệp 457 KB
Số Lần Cài Đặt 298
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-04-30
Ngày Phát Hành 2018-04-30
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển harshsheth1128
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Joke Extension",
    "version": "1.0",
    "description": "Click to deliver a new joke!",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Joke",
        "default_popup": "index.html"
    },
    "manifest_version": 2
}