SigueCol
SigueCol
SigueColとは何ですか?
SigueColはBr1 Ferrariによって開発されたChromeの拡張機能で、その主な機能は「SigueCol」です。
SigueCol拡張機能のCRXファイルをダウンロード
SigueCol拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Seguimiento inmediato - Colombia -Servientrega -Interrapidisimo -Deprisa -Envia v 1.1: Se actualizó el seguimiento de Servientrega ya que había dejado de funcionar. v 1.2: Se vuelve a actualizar dada la modificación en la página de Servientrega. ByBr1
拡張機能の基本情報
名前 | |
ID | oiokcahcgdnmnbhdlpladdhgbjdgpefk |
公式URL | https://chrome.google.com/webstore/detail/oiokcahcgdnmnbhdlpladdhgbjdgpefk |
説明 | SigueCol |
ファイルサイズ | 31.23 KB |
インストール数 | 25 |
現在のバージョン | 1.2 |
最終更新日 | 2018-05-14 |
公開日 | 2018-05-14 |
開発者 | Br1 Ferrari |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SigueCol", "description": "SigueCol", "version": "1.2", "browser_action": { "default_popup": "popup.html", "default_title": "SigueCol" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ], "icons": { "16": "newLogoCol.png" } } |