Firefox-ბრაუზერის დამატებები
შესვლა
Purplemonkey2 – წინასწარი შეთვალიერება

Purplemonkey2 ავტორი gholk

Just like Violentmonkey, but with more unsafe API.

საცდელისაცდელი
3 (1 reviews)3 (1 reviews)
15 მომხმარებელი15 მომხმარებელი
Firefox გესაჭიროებათ ამ გაფართოებისთვის
ჩამოტვირთეთ Firefox
ფაილის ჩამოტვირთვა

გაფართოების მონაცემები

გაფართოების შესახებ
# Purplemonkey
Just like [Violentmonkey], but with more unsafe API.

[Violentmonkey]: https://violentmonkey.github.io/api/gm/

## Purplemonkey API
only the additional api from violent monkey are listed.
other api are same to the violent monkey in the same version.

### GM_messageExtension(id, payload)
send message to other extension's `browser.runtime.onMessageExternal` handler.

* id: the id of the destination extension.
* payload: the data to send. must be structure clonable.
* return: a promise resolve to the response or reject to error.

to use this api, you have to add `@connect web-extension://id`
in the userscript's meta field.
where id is the extension that you want to send message with.
the special `web-extension://*` allow to connect to all the other extensions.

### GM_webextEval(code, args)
eval string or function in violent monkey background script.

* String(code): the code is call as
`(function (...args) {return eval(code)})(...args)`,
so the last statement is return.

* Function(code): code is stringify and reconstructed as function in background.
stringify so any closure will not work.

if this is a method, you should make sure that it could be stringify
and reconstruct correctly.

async could work.

* args: an argument array that structure clonable.

* return: a promise resolve to result or reject to error.
3 შეფასება 1 მიმომხილველისგან
შედით ანგარიშზე გაფართოების შესაფასებლად
ჯერ არ შეფასებულა

ვარსკვლავით შეფასება შენახულია

5
0
4
0
3
1
2
0
1
0
ყველა (1) მიმოხილვის ნახვა
ნებართვები და მონაცემებივრცლად

მოთხოვნილი ნებართვები:

  • აღებულ ასლის საცავში მონაცემის ჩამატება
  • შეტყობინებების ჩვენება
  • ბრაუზერის ჩანართებთან წვდომა
  • თქვენს მონაცემებთან წვდომა ყველა საიტზე
დამატებითი მონაცემები
დამატების ბმულები
  • მთავარი გვერდი
  • მხარდაჭერის საიტი
ვერსია
2.20.0
ზომა
2,02 მბ
ბოლო განახლება
წლის წინ (21 ივლ 2024)
მსგავსი კატეგორიები
  • ვებშემუშავება
ლიცენზია
MIT-ლიცენზია
ვერსიის ისტორია
  • ყველა ვერსიის ნახვა
კრებულში დამატება
საჩივარი დამატების შესახებ
2.20.0 გამოშვების მონაცემები
add unsafe api
gholk ავტორის სხვა გაფართოებები
  • ჯერ არ შეფასებულა

  • ჯერ არ შეფასებულა

  • ჯერ არ შეფასებულა

  • ჯერ არ შეფასებულა

  • ჯერ არ შეფასებულა

  • ჯერ არ შეფასებულა

Mozilla-ს მთავარ გვერდზე გადასვლა

დამატებები

  • შესახებ
  • Firefox-დამატებების სვეტი
  • გაფართოებების შემუშავება
  • შემმუშავებლები
  • შემმუშავებლის დებულებები
  • ერთობის სვეტი
  • ფორუმი
  • მოხსენება ხარვეზის შესახებ
  • მითითებები მიმოხილვის გასაკეთებლად

ბრაუზერები

  • Desktop
  • Mobile
  • Enterprise

პროდუქტები

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • პირადულობის დაცვის დებულება
  • ფუნთუშები
  • სამართლებრივი საკითხები

გარდა მოცემული შენიშვნებისა, ამ საიტზე არსებული შიგთავსი ვრცელდება Creative Commons Attribution Share-Alike v3.0 ლიცენზიით ან უფრო ახალი ვერსიით.