Downworthy
Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.
Downworthyとは何ですか?
Downworthyはhttps://www.snipe.netによって開発されたChromeの拡張機能で、その主な機能は「Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.」です。
拡張機能のスクリーンショット
Downworthy拡張機能のCRXファイルをダウンロード
Downworthy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Downworthy replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version. "Literally" becomes "figuratively", "Will Blow Your Mind" becomes "Might Perhaps Mildly Entertain You For a Moment", and so on. Visit the website at downworthy.snipe.net for more info.
拡張機能の基本情報
名前 | Downworthy |
ID | pkaoiecplgdldkfihclpndbakokopjde |
公式URL | https://chromewebstore.google.com/detail/downworthy/pkaoiecplgdldkfihclpndbakokopjde |
説明 | Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version. |
ファイルサイズ | 27.97 KB |
インストール数 | 1,508 |
現在のバージョン | 0.0.8 |
最終更新日 | 2014-02-19 |
公開日 | 2014-02-19 |
評価 | 4.24/5 合計 112 レビュー |
開発者 | https://www.snipe.net |
支払い方法 | free |
拡張機能のウェブサイト | http://downworthy.snipe.net |
ヘルプページのURL | http://downworthy.snipe.net |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downworthy", "version": "0.0.8", "description": "Replaces hyberbolic headlines from bombastic viral websites with a slightly more realistic version.", "permissions": [ "storage" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon19-on.png", "default_title": "Toggle Downworthy" }, "content_security_policy": "default-src 'none'; script-src 'self'", "options_page": "options.html" } |