Chrome Extension Taken Down After 1.3+ Years Running Smoothly

147 views
Skip to first unread message

Codez Tech

unread,
May 4, 2021, 1:33:07 AM5/4/21
to Chromium-Apps-Announce
Hey,
    
    This is the second time I am writing to you, My Chrome extension went down today all of sudden, It was working 1+years smoothly. Would like to know the reason, why it take down, with out having any prior notice, over the mail. I have many users now, they are sending  mail to me, on the same.

Extension Details - 
  • Developer Mail Id - atiqu...@gmail.com 
  • Extension id - nehamnkfpfjnjbodoojgdjpehhhobdei
  • Item Name - Live Coronavirus Status
Would line to know the reason, please revert me ASAP. Thank you.

Codez Tech

unread,
May 4, 2021, 1:36:50 PM5/4/21
to Chromium-Apps-Announce, Codez Tech
Please Check my Manifest.json, and let me know if any issue

{
"manifest_version": 2,
"name": "Live Coronavirus status",
"description": "Real time live Coronavirus updates",
"version": "2.0.0",
"short_name": "Coronavirus Tracker",
"version_name": "coronatracker-2.0",
"content_security_policy": "script-src https://coronavirus-monitor.p.rapidapi.com/coronavirus/worldstat.php https://coronavirus-monitor.p.rapidapi.com/coronavirus/cases_by_country.php 'sha256-fYzMt+XmqxxG9xsg3AAdPSnRVzESbzYmVfYTFhb9w7g=' 'self';style-src 'unsafe-inline' 'unsafe-eval' 'self'; object-src 'self'",
"icons": {
"128": "corona128.png"
},
"browser_action": {
"default_title": "Coronatime",
"default_icon": {
"128": "corona128.png"
},
"default_popup": "index.html"
},
"background": {
"scripts": [
"./assets/js/jquery.js",
"./assets/js/shCore.js",
"./assets/js/demo.js",
"./assets/js/jquery.dataTables.js"
],
"persistent": true
},
"content_scripts":[
{
"matches": ["http://*/*", "https://*/*"],
"css":[
"./assets/css/jquery.dataTables.css",
"./assets/css/shCore.css",
"./assets/css/demo.css"
],
"js": [
"./assets/js/jquery.js",
"./assets/js/shCore.js",
"./assets/js/demo.js",
"./assets/js/jquery.dataTables.js"
]
}
]
}

Reply all
Reply to author
Forward
0 new messages