Weather.com Defearifier
Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the…
Weather.com Defearifierとは何ですか?
Weather.com DefearifierはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the…」です。
拡張機能のスクリーンショット
Weather.com Defearifier拡張機能のCRXファイルをダウンロード
Weather.com Defearifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the Defearifier will protect you from the terrifying article titles on weather.com.
拡張機能の基本情報
名前 | Weather.com Defearifier |
ID | kleijmkcijbhigbjocfalojjjkiblpoj |
公式URL | https://chromewebstore.google.com/detail/weathercom-defearifier/kleijmkcijbhigbjocfalojjjkiblpoj |
説明 | Take the fear out of your weather forecasts with the weather.com defearifier! No reason to fear the forecast anymore - the… |
ファイルサイズ | 196 KB |
インストール数 | 57 |
現在のバージョン | 0.3 |
最終更新日 | 2014-07-17 |
公開日 | 2014-07-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather.com Defearifier", "version": "0.3", "permissions": [ "http:\/\/www.weather.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.weather.com\/*" ], "js": [ "jquery-1.11.1.js", "jquery-ui.js", "myscript.js" ], "run_at": "document_idle" } ], "manifest_version": 2 } |