No Liblink
Rozszerzenie automatycznie zamieniające linki liblink.pl w wiadomościach Librus Synergia na docelowe adresy stron
Wat is No Liblink?
No Liblink is een Chrome-extensie ontwikkeld door Dominik Korsa, en de belangrijkste functie is "Rozszerzenie automatycznie zamieniające linki liblink.pl w wiadomościach Librus Synergia na docelowe adresy stron".
Extensie Screenshots
Download het CRX-bestand van de extensie No Liblink
Download No Liblink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Rozszerzenie automatycznie zamieniające linki liblink.pl w wiadomościach Librus Synergia na docelowe adresy stron Basisinformatie over de Extensie
| Naam | |
| ID | eljkcbiebkmpkkccdlmookjjliefneep |
| Officiële URL | https://chromewebstore.google.com/detail/no-liblink/eljkcbiebkmpkkccdlmookjjliefneep |
| Beschrijving | Rozszerzenie automatycznie zamieniające linki liblink.pl w wiadomościach Librus Synergia na docelowe adresy stron |
| Bestandsgrootte | 21.74 KB |
| Aantal Installaties | 35 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2022-01-06 |
| Publicatiedatum | 2022-01-06 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Dominik Korsa |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/dominik-korsa/no-liblink |
| Ondersteunde Talen | pl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "No Liblink",
"version": "1.1",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"127": "icon128.png",
"256": "icon256.png"
},
"background": {
"type": "module",
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/liblink.pl\/"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/synergia.librus.pl\/wiadomosci\/*"
]
}
]
} | |