The Best Sports News In The World
This extension helps you simply read the sports news.
Apa itu The Best Sports News In The World?
The Best Sports News In The World adalah ekstensi Chrome yang dikembangkan oleh http://sports-best-news.com, dan fitur utamanya adalah "This extension helps you simply read the sports news.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Best Sports News In The World
Unduh file ekstensi The Best Sports News In The World dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Enjoy sports news and updates in your homepage with our extension! By adding the extension, you accept and agree to install, set the Chrome New Tab and to the terms of use, and policies. The new tab search features within the extension will be yahoo https://sports-best-news.com/pages/privacy-policy.html https://sports-best-news.com/pages/terms-of-use.html
Informasi Dasar Ekstensi
Nama | |
ID | mdneonihdidkfbikoclcffckblcogjbf |
URL Resmi | https://chrome.google.com/webstore/detail/the-best-sports-news-in-t/mdneonihdidkfbikoclcffckblcogjbf |
Deskripsi | This extension helps you simply read the sports news. |
Ukuran File | 95.81 KB |
Jumlah Instalasi | 119,704 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2023-02-06 |
Tanggal Publikasi | 2022-05-26 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | http://sports-best-news.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://sports-best-news.com/ |
URL Halaman Bantuan | https://sports-best-news.com/pages/contact.html |
URL Halaman Kebijakan Privasi | https://sports-best-news.com/pages/privacy-policy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/balls-sports-128.png", "default_title": "The Best Sports News In The World" }, "description": "This extension helps you simply read the sports news.", "icons": { "128": "icons\/balls-sports-128.png", "16": "icons\/balls-sports-16.png", "32": "icons\/balls-sports-32.png" }, "manifest_version": 3, "name": "The Best Sports News In The World", "version": "1.1", "web_accessible_resources": [ { "resources": [ "icons\/*.svg", "icons\/*.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.sports-best-news.com\/*" ] } |