OKPlus
Meteo report provides local & long range weather forecasts for locations worldwide
Cos'è OKPlus?
OKPlus è un'estensione di Chrome sviluppata da http://api.rixnews.com, e la sua funzione principale è "Meteo report provides local & long range weather forecasts for locations worldwide".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OKPlus
Scarica i file di estensione OKPlus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Данное расширение предназначено для пользователей социальной сети "Одноклассники" и служит для того, что-бы заменить назойливую рекламу на блок с погодой в Вашем населенном пункте! Помимо этого есть много дополнительных возможностей, которые постоянно добавляются и обновляются. Расширение абсолютно бесплатно и устанавливается в один клик.
Informazioni di Base sull'Estensione
Nome | |
ID | mblnoeafepgemhdnlbhbhlnegkglpalo |
URL Ufficiale | https://chrome.google.com/webstore/detail/okplus/mblnoeafepgemhdnlbhbhlnegkglpalo |
Descrizione | Meteo report provides local & long range weather forecasts for locations worldwide |
Dimensione del File | 1.33 MB |
Conteggio Installazioni | 908 |
Versione Corrente | 0.0.0.6 |
Ultimo Aggiornamento | 2019-08-08 |
Data di Pubblicazione | 2019-08-07 |
Valutazione | 3.14/5 Totale 7 Valutazioni |
Sviluppatore | http://api.rixnews.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,en-US,ru |
manifest.json | |
{ "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OKPlus", "version": "0.0.0.6", "default_locale": "en", "description": "__MSG_extDesc__", "permissions": [ "tabs", "geolocation", "storage" ], "icons": { "16": "\/icons\/icon_16.png", "32": "\/icons\/icon_32.png", "48": "\/icons\/icon_48.png", "128": "\/icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/browser.png", "default_title": "__MSG_extPopup__", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js", "js\/jquery-3.4.0.min.js" ] }, "content_scripts": [ { "js": [ "js\/jquery-3.4.0.min.js", "js\/main.js" ], "css": [ "css\/style.css" ], "matches": [ "*:\/\/*.meteo.report\/*", "*:\/\/*.ok.ru\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "\/icons\/*", "\/js\/hosts\/*" ] } |