Twitter広告プロモーションを非表示にする

Twitter にて広告プロモーションを非表示にする拡張です。

Cos'è Twitter広告プロモーションを非表示にする?

Twitter広告プロモーションを非表示にする è un'estensione di Chrome sviluppata da ryu4979, 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をやっている最中は広告を消したい時にお使いください。

開発者: Ant2357
連絡先(Twitter): https://twitter.com/ant2357
連絡先(Gmail): [email protected]                    

Informazioni di Base sull'Estensione

Nome Twitter広告プロモーションを非表示にする Twitter広告プロモーションを非表示にする
ID gnhehbgfhmdppncpopfddfidaoccoich
URL Ufficiale https://chromewebstore.google.com/detail/twitter%E5%BA%83%E5%91%8A%E3%83%97%E3%83%AD%E3%83%A2%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%82%92%E9%9D%9E%E8%A1%A8%E7%A4%BA%E3%81%AB%E3%81%99%E3%82%8B/gnhehbgfhmdppncpopfddfidaoccoich
Descrizione Twitter にて広告プロモーションを非表示にする拡張です。
Dimensione del File 12.01 KB
Conteggio Installazioni 1,158
Versione Corrente 2.1.0.0
Ultimo Aggiornamento 2023-11-09
Data di Pubblicazione 2023-01-23
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore ryu4979
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Ant2357/block-twitter-promotion
URL della Pagina di Aiuto https://twitter.com/ant2357
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter\u5e83\u544a\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b",
    "version": "2.1.0.0",
    "description": "Twitter \u306b\u3066\u5e83\u544a\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b\u62e1\u5f35\u3067\u3059\u3002",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "blockPromotion.css"
            ]
        }
    ]
}