大喜利はもうたくさんだ

NGワード機能を作りました。ハッシュタグ、URLにも効きます。

Cos'è 大喜利はもうたくさんだ?

大喜利はもうたくさんだ è un'estensione di Chrome sviluppata da http://peixe.biz, e la sua funzione principale è "NGワード機能を作りました。ハッシュタグ、URLにも効きます。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 大喜利はもうたくさんだ

Scarica i file di estensione 大喜利はもうたくさんだ 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

                        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/                    

Informazioni di Base sull'Estensione

Nome 大喜利はもうたくさんだ 大喜利はもうたくさんだ
ID hbmoilcjolgekghpcehajddffhdgdanl
URL Ufficiale 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
Descrizione NGワード機能を作りました。ハッシュタグ、URLにも効きます。
Dimensione del File 31.38 KB
Conteggio Installazioni 16
Versione Corrente 1.7
Ultimo Aggiornamento 2014-06-16
Data di Pubblicazione 2014-06-16
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore http://peixe.biz
Tipo di Pagamento free
Lingue Supportate 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"
}