Chrome Extension Taken Down

115 views
Skip to first unread message

Codez Tech

unread,
May 4, 2021, 1:38:14 PM5/4/21
to Chromium Extensions
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:38:58 PM5/4/21
to Chromium Extensions, Codez Tech
Please check my mainfest.json, and let me know if changes needed, 

{
"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"
]
}
]
}

Simeon Vincent

unread,
May 4, 2021, 1:56:28 PM5/4/21
to Codez Tech, Chromium Extensions
It sounds like you may have encountered a bug in our review process. You will need to reach out to support using the process described here: https://stackoverflow.com/questions/67161464/google-removed-my-extension-trying-to-understand-why/67173420#67173420

Simeon - @dotproto
Chrome Extensions DevRel


--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/3d032274-2893-444d-9fe8-9a16f0110343n%40chromium.org.

Codez Tech

unread,
May 5, 2021, 12:30:15 AM5/5/21
to Chromium Extensions, Simeon Vincent, Chromium Extensions, Codez Tech
Thanks for the update. I created a tickets, I hope my problem will be resolved ASAP. Don't understand why it taken down after working smoothly 1.4 Years
Reply all
Reply to author
Forward
0 new messages