Official Manchester City FC Start page
The Official Manchester City Home page is here! Get the latest news, videos and wallpapers, live in your browser!
Official Manchester City FC Start pageคืออะไร?
Official Manchester City FC Start page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://fansearch.net และคุณลักษณะหลักของมันคือ "The Official Manchester City Home page is here! Get the latest news, videos and wallpapers, live in your browser!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Official Manchester City FC Start page
ดาวน์โหลดไฟล์ส่วนขยาย Official Manchester City FC Start page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Official Manchester City Extension gives you up to date news, videos, wallpapers and more from your browser keeping you up to date with the latest from the Club. You'll also get shortcuts to our Ticketing and Shop sites, social media, City+ and more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mdmfeaillkmbochngimnhpfpocedgfhf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/official-manchester-city/mdmfeaillkmbochngimnhpfpocedgfhf |
คำอธิบาย | The Official Manchester City Home page is here! Get the latest news, videos and wallpapers, live in your browser! |
ขนาดไฟล์ | 1.46 MB |
จำนวนการติดตั้ง | 7,000 |
เวอร์ชันปัจจุบัน | 2.8.1 |
อัปเดตครั้งล่าสุด | 2020-12-09 |
วันที่เผยแพร่ | 2020-12-09 |
คะแนน | 4.77/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | http://fansearch.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.mancity.com |
URL หน้าช่วยเหลือ | https://www.mancity.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.brandturbo.vip/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Official Manchester City FC Start page", "version": "2.8.1", "description": "The Official Manchester City Home page is here! Get the latest news, videos and wallpapers, live in your browser!", "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-96px.png", "128": "icons\/icon-256px.png" }, "chrome_url_overrides": { "newtab": "startpage.html#newTab" }, "browser_action": { "default_title": "New Tab" }, "permissions": [ "topSites" ], "optional_permissions": [ "history", "bookmarks", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.mancity.com\/*" ] }, "chrome_settings_overrides": { "search_provider": { "name": "Fansearch", "keyword": "fansearch", "encoding": "UTF-8", "is_default": true, "search_url": "https:\/\/www.fansearch.net\/search?rtag=mncty&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}", "favicon_url": "https:\/\/www.fansearch.net\/favicon.ico", "suggest_url": "https:\/\/www.fansearch.net\/suggest?rtag=mncty&rsrc=o&q={searchTerms}&fmt=cr" } } } |