Linicom Links Skipper
The end to the annoying linicom links
Vad är Linicom Links Skipper?
Linicom Links Skipper är en Chrome-tillägg utvecklad av https://oridov.com, och dess huvudfunktion är "The end to the annoying linicom links".
Tilläggsskärmbilder
Ladda ner Linicom Links Skipper-förlängningens CRX-fil
Ladda ner Linicom Links Skipper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This little extension will help you avoid those disturbing Linicom jump links by skipping them automatically. Grundläggande Information om Tillägg
| Namn | |
| ID | begmcjdahgmofaobfiilhmhfbpjgnjle |
| Officiell webbadress | https://chromewebstore.google.com/detail/linicom-links-skipper/begmcjdahgmofaobfiilhmhfbpjgnjle |
| Beskrivning | The end to the annoying linicom links |
| Filstorlek | 2.91 KB |
| Antal Installationer | 15 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2013-01-24 |
| Publiceringsdatum | 2013-01-24 |
| Betyg | 3.00/5 Totalt 2 Betyg |
| Utvecklare | https://oridov.com |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |