Temple Run 2 New Tab
Chrome New Tab page. With every Chrome browser or new tab launch, you will enjoy the Temple Run wallpapers.
什麼是Temple Run 2 New Tab?
Temple Run 2 New Tab是由myapp co.開發的Chrome擴展程式,該擴展的主要功能是“Chrome New Tab page. With every Chrome browser or new tab launch, you will enjoy the Temple Run wallpapers.”。
擴展截圖
下載Temple Run 2 New Tab擴展crx文件
下載Temple Run 2 New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome New Tab page. With every Chrome browser or new tab launch, you will enjoy the Temple Run wallpapers. Temple Run Game is an endless video game to play online and offline! Enjoy the Temple Run
擴展基本資訊
名稱 | |
ID | llpjcclghbpdfjhjcghhkeggcbkcjloe |
官方網址 | https://chrome.google.com/webstore/detail/temple-run-2-new-tab/llpjcclghbpdfjhjcghhkeggcbkcjloe |
簡介 | Chrome New Tab page. With every Chrome browser or new tab launch, you will enjoy the Temple Run wallpapers. |
檔案大小 | 5.74 MB |
安裝次數 | 1,007 |
目前版本 | 1.0.3 |
更新時間 | 2022-09-11 |
上架時間 | 2021-04-28 |
開發者 | myapp co. |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://gameograf.com/ |
說明頁面URL | https://gameograf.com/support |
隱私政策頁面URL | https://gameograf.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "__MSG_appDesc__", "default_locale": "en", "name": "__MSG_appName__", "offline_enabled": true, "background": { "scripts": [ "js\/bg.js" ] }, "browser_action": { "default_icon": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "version": "1.0.3", "author": "coolthemestores", "permissions": [ "topSites", "unlimitedStorage", "bookmarks" ] } |