大喜利はもうたくさんだ
NGワード機能を作りました。ハッシュタグ、URLにも効きます。
What is 大喜利はもうたくさんだ?
大喜利はもうたくさんだ is a Chrome extension developed by http://peixe.biz, and its main feature is "NGワード機能を作りました。ハッシュタグ、URLにも効きます。".
Extension Screenshots
Download 大喜利はもうたくさんだ Extension CRX File
Download 大喜利はもうたくさんだ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Twitterの、タイムライン内のNGワードをナンボでも追加できます。 ひっかかったツイートを非表示にします。 ハッシュタグ、URLにも有効です。 (1.5) manifest を V2にしました。 (1.2) CPU100%になる現象を修正しました。 (1.1.3) URL設定画面のレイアウトを微調整しました。 (1.1.2) 非表示の判定条件を変更しました。 (1.1.1) 設定ウィンドウの細かい問題を修正しました。 (1.1.0) 特定のURLを含むツイートを非表示にできるようにしました。 青いしおりのアイコンをクリックしてください。 ご意見ご要望苦情大絶賛おひねり投資などは@bone_andreaまで。 アイコンはこのへんからいただきました。 http://www.tutorial9.net/downloads/free-icon-pack-web-injection/ http://www.material-land.com/
Extension Basic Information
Name | |
ID | hbmoilcjolgekghpcehajddffhdgdanl |
Official URL | https://chrome.google.com/webstore/detail/%E5%A4%A7%E5%96%9C%E5%88%A9%E3%81%AF%E3%82%82%E3%81%86%E3%81%9F%E3%81%8F%E3%81%95%E3%82%93%E3%81%A0/hbmoilcjolgekghpcehajddffhdgdanl |
Description | NGワード機能を作りました。ハッシュタグ、URLにも効きます。 |
File Size | 31.38 KB |
Installation Count | 16 |
Current Version | 1.7 |
Last Updated | 2014-06-16 |
Publish Date | 2014-06-16 |
Rating | 4.00/5 Total 1 Ratings |
Developer | http://peixe.biz |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u5927\u559c\u5229\u306f\u3082\u3046\u305f\u304f\u3055\u3093\u3060", "version": "1.7", "description": "NG\u30ef\u30fc\u30c9\u6a5f\u80fd\u3092\u4f5c\u308a\u307e\u3057\u305f\u3002\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3001URL\u306b\u3082\u52b9\u304d\u307e\u3059\u3002", "browser_action": { "default_icon": "images\/tag-blue.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "all_frames": true, "js": [ "nomore.js" ], "run_at": "document_start" } ], "icons": { "48": "images\/tag-blue.png", "128": "images\/tag-blue.png" }, "background": { "page": "background.html" }, "options_page": "options.html" } |