Linicom Links Skipper
The end to the annoying linicom links
Hvad er Linicom Links Skipper?
Linicom Links Skipper er en Chrome-udvidelse udviklet af https://oridov.com, og dens hovedfunktion er "The end to the annoying linicom links".
Udvidelsesskærmbilleder
Download Linicom Links Skipper-udvidelses-CRX-fil
Download Linicom Links Skipper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This little extension will help you avoid those disturbing Linicom jump links by skipping them automatically. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | begmcjdahgmofaobfiilhmhfbpjgnjle |
| Officiel URL | https://chromewebstore.google.com/detail/linicom-links-skipper/begmcjdahgmofaobfiilhmhfbpjgnjle |
| Beskrivelse | The end to the annoying linicom links |
| Filstørrelse | 2.91 KB |
| Antal Installationer | 15 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2013-01-24 |
| Udgivelsesdato | 2013-01-24 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://oridov.com |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Linicom Links Skipper",
"description": "The end to the annoying linicom links",
"version": "1.1",
"content_scripts": [
{
"matches": [
"http:\/\/linicom.co.il\/*"
],
"css": [
"skipad.css"
],
"js": [
"skipad.js"
]
}
]
} | |