tomayac’s avatartomayac’s Twitter Archive—№ 14,758

  1. …in reply to @pushbullet
    @pushbullet @dotproto @rowan_m @ArtemR @Paul_Kinlan Haven’t seen code, but what helps is DYNAMICALLY injecting the contentscript: chrome.tabs.executeScript({ file: 'contentscript.js' } This allows you to REMOVE this block from the manifest: "content_scripts": [{ "matches": ["<all_urls>"], "js": ["contentscript.js"] }]
    1. …in reply to @tomayac
      @pushbullet @dotproto @rowan_m @ArtemR @Paul_Kinlan You might do this already, as I wrote I didn’t check your code, but this is what caused my rejection to magically go away for an extension of mine. The Chrome Web Store team’s message was equally cryptic as yours. Hope this helps!