Twitter広告プロモーションを非表示にする
Twitter にて広告プロモーションを非表示にする拡張です。
Wat is Twitter広告プロモーションを非表示にする?
Twitter広告プロモーションを非表示にする is een Chrome-extensie ontwikkeld door ryu4979, en de belangrijkste functie is "Twitter にて広告プロモーションを非表示にする拡張です。".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter広告プロモーションを非表示にする
Download Twitter広告プロモーションを非表示にする-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
この拡張を導入すると自動的に Twitter広告プロモーションが非表示になります。
広告ブロックアプリ等は使いたくないけど、Twitterをやっている最中は広告を消したい時にお使いください。
開発者: Ant2357
連絡先(Twitter): https://twitter.com/ant2357
連絡先(Gmail): [email protected] Basisinformatie over de Extensie
| Naam | |
| ID | gnhehbgfhmdppncpopfddfidaoccoich |
| Officiële URL | 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 |
| Beschrijving | Twitter にて広告プロモーションを非表示にする拡張です。 |
| Bestandsgrootte | 12.01 KB |
| Aantal Installaties | 1,158 |
| Huidige Versie | 2.1.0.0 |
| Laatst Bijgewerkt | 2023-11-09 |
| Publicatiedatum | 2023-01-23 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | ryu4979 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/Ant2357/block-twitter-promotion |
| Help Pagina-URL | https://twitter.com/ant2357 |
| Ondersteunde Talen | 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"
]
}
]
} | |