I have a Chrome extension I made but based it on some examples found online. The extension key attribute in the manifest, when removed causes the extension to stop working. is it based on a certain code I need to change or is it from the extension webpage(for say they only accept for certain key)?is there a google api that allows you to check for the key?
I have based my extension on google dictionary(by google) can I make my own key where the extension keeps on working ?
edit: I want to know if it is possible to do such a feat?can we add a code javascript maybe to check for the extension key and identification? or it is from google where they check for a specific key extension?
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCuLnDgxFluQcqbOGrRJ2N7gYRj2DlTTnXa02Ho6IZNKm+Qv8cePlrsn/06irXeEPyikjoo9vokhsv54vV4Wb73x0a5K7s9pY2tuXnBzvik4Jru4KZozebnJTyYDAcjiyPc/ATrzlfQxlZiXIHBVj5KITnaFlR2SuxYkRVebPjUfwIDAQAB",
"name": "Name of extension",
...
}