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. 擴展基本資訊
| 名稱 | |
| ID | kleijmkcijbhigbjocfalojjjkiblpoj |
| 官方網址 | 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
} | |