The Seeker

This guy follows you around man. He's just like...a friend.

The Seeker là gì?

The Seeker là một tiện ích mở rộng Chrome được phát triển bởi jjlax328, và tính năng chính của nó là "This guy follows you around man. He's just like...a friend.".

Ả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 The Seeker

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

                        Think of The Seeker as a virtual pet that lives in your browser!

We now feature 3 characters or "pets" to join you on your adventures as you browse the interwebs! New characters are always in the works, so stay tuned for that and do be sure to leave a comment and let us know what you'd like to see in future updates. (Character requests welcome & encouraged!)

** New in version 0.0.3: **

We've added ANOTHER new character.
It's a small nerd with a poofy do. It bobbles and glistens from your monitors glow as you work.

...also of note, v0.0.2 is ancient news. It came out over 2 hours ago...so yeah. Do be sure though to check out the cool "Cat Soldier" that was released then. He wears sunglasses and has a cool camo outfit.                    

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

Tên The Seeker The Seeker
ID enkeachbplalkhogpghokgnmafknamjd
URL Chính Thức https://chromewebstore.google.com/detail/the-seeker/enkeachbplalkhogpghokgnmafknamjd
Mô tả This guy follows you around man. He's just like...a friend.
Kích Thước Tệp 402 KB
Số Lần Cài Đặt 804
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2017-11-21
Ngày Phát Hành 2017-11-21
Đánh Giá 2.72/5 Tổng số 18 Đánh Giá
Nhà Phát Triển jjlax328
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": "The Seeker",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This guy follows you around man. He's just like...a friend.",
    "homepage_url": "http:\/\/worldisending.com",
    "icons": {
        "16": "icons\/seeker_16px.png",
        "48": "icons\/seeker_64px.png",
        "128": "icons\/seeker_128px.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/background\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/seeker_64px.png",
        "default_title": "The Call Him The Seeker",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/main.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/free_walker.gif",
        "images\/sprite_cat-soldier.png",
        "images\/sprite_sir-nerdington.png"
    ]
}