Linicom Links Skipper
The end to the annoying linicom links
Linicom Links Skipperとは何ですか?
Linicom Links Skipperはhttps://oridov.comによって開発されたChromeの拡張機能で、その主な機能は「The end to the annoying linicom links」です。
拡張機能のスクリーンショット
Linicom Links Skipper拡張機能のCRXファイルをダウンロード
Linicom Links Skipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This little extension will help you avoid those disturbing Linicom jump links by skipping them automatically. 拡張機能の基本情報
| 名前 | |
| ID | begmcjdahgmofaobfiilhmhfbpjgnjle |
| 公式URL | https://chromewebstore.google.com/detail/linicom-links-skipper/begmcjdahgmofaobfiilhmhfbpjgnjle |
| 説明 | The end to the annoying linicom links |
| ファイルサイズ | 2.91 KB |
| インストール数 | 15 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2013-01-24 |
| 公開日 | 2013-01-24 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | https://oridov.com |
| 支払い方法 | free |
| 対応言語 | 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"
]
}
]
} | |