Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Extension: Tampermonkey #10981

Closed
13 of 78 tasks
jonathansampson opened this issue Sep 16, 2017 · 4 comments
Closed
13 of 78 tasks

Extension: Tampermonkey #10981

jonathansampson opened this issue Sep 16, 2017 · 4 comments
Assignees
Labels
feature/extensions fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. project-tracking wontfix

Comments

@jonathansampson
Copy link
Collaborator

jonathansampson commented Sep 16, 2017

Extension: Tampermonkey

image

Needed APIs:

chrome.browserAction

chrome.commands

chrome.contentSettings

chrome.contextMenus

chrome.cookies

chrome.downloads (Untested)

  • chrome.downloads.download
  • chrome.downloads.onChanged.addListener

chrome.extension (Untested)

chrome.i18n (Untested)

  • chrome.i18n.getAcceptLanguages
  • chrome.i18n.getMessage
  • chrome.i18n.getUILanguage

chrome.idle (Untested)

  • chrome.idle.queryState

chrome.management (Untested)

  • chrome.management.getAll
  • chrome.management.setEnabled
  • chrome.management.uninstall

chrome.notifications (Untested)

  • chrome.notifications.clear
  • chrome.notifications.create
  • chrome.notifications.getPermissionLevel
  • chrome.notifications.onClicked
  • chrome.notifications.onClosed
  • chrome.notifications.onPermissionLevelChanged

chrome.permissions (Untested)

  • chrome.permissions.getAll
  • chrome.permissions.remove
  • chrome.permissions.request

chrome.runtime (Untested)

  • chrome.runtime.connect
  • chrome.runtime.getManifest
  • chrome.runtime.getURL
  • chrome.runtime.id
  • chrome.runtime.lastError
  • chrome.runtime.onConnect
  • chrome.runtime.onConnectExternal
  • chrome.runtime.onInstalled
  • chrome.runtime.onMessage
  • chrome.runtime.onMessageExternal
  • chrome.runtime.onUpdateAvailable
  • chrome.runtime.sendMessage

chrome.storage (Untested)

  • chrome.storage.local.clear
  • chrome.storage.local.get
  • chrome.storage.local.remove
  • chrome.storage.local.set
  • chrome.storage.onChanged
  • chrome.storage.sync.clear
  • chrome.storage.sync.get
  • chrome.storage.sync.remove
  • chrome.storage.sync.set

chrome.tabs (Untested)

  • chrome.tabs.create
  • chrome.tabs.executeScript
  • chrome.tabs.get
  • chrome.tabs.getSelected
  • chrome.tabs.highlight
  • chrome.tabs.onActivated
  • chrome.tabs.onRemoved
  • chrome.tabs.onReplaced
  • chrome.tabs.onUpdated
  • chrome.tabs.query
  • chrome.tabs.remove
  • chrome.tabs.sendMessage
  • chrome.tabs.update

chrome.webNavigation (Untested)

  • chrome.webNavigation.onCommitted
  • chrome.webNavigation.onErrorOccurred

chrome.webRequest (Untested)

  • chrome.webRequest.handlerBehaviorChanged
  • chrome.webRequest.onBeforeRedirect
  • chrome.webRequest.onBeforeRequest
  • chrome.webRequest.onBeforeSendHeaders
  • chrome.webRequest.onErrorOccurred
  • chrome.webRequest.onHeadersReceived
  • chrome.webRequset.onResponseStarted
@derjanb
Copy link

derjanb commented Sep 19, 2017

@jonathansampson

Hi, Tampermonkey dev here.
commands and contextMenus are not necessary to make Tampermonkey work. They are only used if present.

Just tell me if you need more information.

@NejcZdovc NejcZdovc removed the Epic label Nov 7, 2017
@bsclifton bsclifton added this to the Triage Backlog milestone Nov 27, 2017
@bsclifton
Copy link
Member

Closing as we will get extension support with Brave Core and folks will be able to use the Chrome Web Store (or our own extension store)

@bsclifton bsclifton added wontfix fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. labels Jul 25, 2018
@bsclifton bsclifton removed this from the Triage Backlog milestone Jul 25, 2018
@gringokiwi
Copy link

Looking forward to seeing Tampermonkey available with the new version of Brave...

@bsclifton
Copy link
Member

bsclifton commented Dec 31, 2018

@jamesscaur the new version of Brave is already live 😄 Go ahead and grab a copy at https://brave.com/download

If you experience any issues, please report the bugs at https://github.com/brave/brave-browser (the new repository tracking work on Brave. This version is obsolete now)

@brave brave locked as off-topic and limited conversation to collaborators Dec 31, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature/extensions fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. project-tracking wontfix
Projects
None yet
Development

No branches or pull requests

5 participants