twitter プロモーション非表示

twitter上のプロモーションを非表示ブロック

Cos'è twitter プロモーション非表示?

twitter プロモーション非表示 è un'estensione di Chrome sviluppata da usa96, e la sua funzione principale è "twitter上のプロモーションを非表示ブロック".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione twitter プロモーション非表示

Scarica i file di estensione twitter プロモーション非表示 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の不快な広告をブロック
twitter上のタイムライン、トレンド、おすすめユーザーなどのプロモーションを非表示にします。

インストールした上でtwitterを開けば広告、プロモーションが非表示になりブロックされます。


使用上の注意事項などはオプションに記載しているので
ご一読ください。

※「プロモーション」という単語を含むタイムラインのツイートも非表示になるのでご注意ください                    

Informazioni di Base sull'Estensione

Nome twitter プロモーション非表示 twitter プロモーション非表示
ID hajinknmolbghbepmjdcajndkodbejgb
URL Ufficiale https://chromewebstore.google.com/detail/twitter-%E3%83%97%E3%83%AD%E3%83%A2%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E9%9D%9E%E8%A1%A8%E7%A4%BA/hajinknmolbghbepmjdcajndkodbejgb
Descrizione twitter上のプロモーションを非表示ブロック
Dimensione del File 14.4 KB
Conteggio Installazioni 677
Versione Corrente 1.0.7
Ultimo Aggiornamento 2021-07-05
Data di Pubblicazione 2020-12-08
Valutazione 3.57/5 Totale 7 Valutazioni
Sviluppatore usa96
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "twitter\u4e0a\u306e\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u30d6\u30ed\u30c3\u30af",
    "short_name": "twiprom",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "128": "icons\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "twitter \u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u975e\u8868\u793a",
    "options_page": "options.html",
    "page_action": {
        "default_icon": {
            "16": "icons\/icon-16.png"
        },
        "default_title": "twipromhide"
    },
    "permissions": [
        "*:\/\/www.amazon.co.jp\/*",
        "*:\/\/*.rakuten.co.jp\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "1.0.7",
    "web_accessible_resources": [
        "icons\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ],
            "js": [
                "twitter.js"
            ]
        }
    ]
}