Agario Tab

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

Agario Tab क्या है?

Agario Tab http://sigmally.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Agario tab extension allows to add cool wallpapers to the new tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Agario Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Agario Tab Agario Tab
ID gaiegmlgpdhhojkmapjcjhcgcokblbnf
आधिकारिक URL https://chrome.google.com/webstore/detail/agario-tab/gaiegmlgpdhhojkmapjcjhcgcokblbnf
विवरण Agario tab extension allows to add cool wallpapers to the new tab
फ़ाइल का आकार 842 KB
स्थापना संख्या 15
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-08-31
प्रकाशन तिथि 2021-08-31
डेवलपर http://sigmally.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://sigmally.com/
सहायता पृष्ठ URL https://sigmally.com/
समर्थित भाषाएँ 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'"
}