Temple Run 2 New Tab
Chrome New Tab page. With every Chrome browser or new tab launch, you will enjoy the Temple Run wallpapers.
Vad är Temple Run 2 New Tab?
Temple Run 2 New Tab är en Chrome-tillägg utvecklad av myapp co., och dess huvudfunktion är "Chrome New Tab page. With every Chrome browser or new tab launch, you will enjoy the Temple Run wallpapers.".
Tilläggsskärmbilder
Ladda ner Temple Run 2 New Tab-förlängningens CRX-fil
Ladda ner Temple Run 2 New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | llpjcclghbpdfjhjcghhkeggcbkcjloe |
Officiell webbadress | https://chrome.google.com/webstore/detail/temple-run-2-new-tab/llpjcclghbpdfjhjcghhkeggcbkcjloe |
Beskrivning | Chrome New Tab page. With every Chrome browser or new tab launch, you will enjoy the Temple Run wallpapers. |
Filstorlek | 5.74 MB |
Antal Installationer | 1,007 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2022-09-11 |
Publiceringsdatum | 2021-04-28 |
Utvecklare | myapp co. |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://gameograf.com/ |
Hjälpsida URL | https://gameograf.com/support |
URL till Sekretesspolicy Sidan | https://gameograf.com/privacy-policy |
Stödda Språk | 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" ] } |