Agario Tab

Agario tab extension allows to add cool wallpapers to the new tab

Agario Tab là gì?

Agario Tab là một tiện ích mở rộng Chrome được phát triển bởi http://sigmally.com, và tính năng chính của nó là "Agario tab extension allows to add cool wallpapers to the new tab".

Ả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 Agario Tab

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

                        Use our Agario wallpapers for the new tab. These are cool pics! 

Design new tab with a custom page - Agario HD wallpapers.

★ Features of " Agario Wallpaper HD Custom New Tab" : 

✔ Customized new tab page including Agario wallpapers 

✔ Check out date-time with a computerized clock right no a themed new tab page. 

✔ Change Agario wallpapers to the new picture 

✔ Change date&time shading to the white or dark 

✔ Hide date&time from the board 

✔ Active link to play Agario game 

Here you can download Agario, the most excellent wallpapers and new tab page extension totally for nothing. 

Agario is a world's most famous program games. 

With Agario new tab wallpapers extension our team is wanting to make an awesome service for you and make your experience great. 

Agario games is so famous that you can discover wonderful wallpapers made by a fans.

With this extension, you get all wallpapers which you want, you can download them to your PC. 

On the new tab page, you can discover truly great pictures from Agario game and game characters. 

** We have added an Agario game link that you can to play Agario whenever you need, simply click on the red button. 

** Now you effectively can check date and time in the lower right corner at the new tab page.                    

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

Tên Agario Tab Agario Tab
ID gaiegmlgpdhhojkmapjcjhcgcokblbnf
URL Chính Thức https://chrome.google.com/webstore/detail/agario-tab/gaiegmlgpdhhojkmapjcjhcgcokblbnf
Mô tả Agario tab extension allows to add cool wallpapers to the new tab
Kích Thước Tệp 842 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-08-31
Ngày Phát Hành 2021-08-31
Nhà Phát Triển http://sigmally.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://sigmally.com/
URL Trang Trợ Giúp https://sigmally.com/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Agario tab extension allows to add cool wallpapers to the new tab",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            ".\/js\/event.js"
        ]
    },
    "name": "Agario Tab",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Agario Tab"
    },
    "icons": {
        "16": "icon\/1.png",
        "48": "icon\/2.png",
        "128": "icon\/3.png"
    },
    "permissions": [
        "downloads",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "http:\/\/*\/*",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}