Agario Tab
Agario tab extension allows to add cool wallpapers to the new tab
Agario Tab란 무엇입니까?
Agario Tab은(는) http://sigmally.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Agario tab extension allows to add cool wallpapers to the new tab"입니다.
확장 프로그램 스크린샷
Agario Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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'" } |