Twitter Promotion Blocker
Twitterのタイムライン上のプロモーションを非表示にする
Wat is Twitter Promotion Blocker?
Twitter Promotion Blocker is een Chrome-extensie ontwikkeld door loach, en de belangrijkste functie is "Twitterのタイムライン上のプロモーションを非表示にする".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Promotion Blocker
Download Twitter Promotion Blocker-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
Hide promotions on the Twitter timeline Basisinformatie over de Extensie
| Naam | |
| ID | lkihdcghldecfaijmejlddmgkljlfdgb |
| Officiële URL | https://chromewebstore.google.com/detail/twitter-promotion-blocker/lkihdcghldecfaijmejlddmgkljlfdgb |
| Beschrijving | Twitterのタイムライン上のプロモーションを非表示にする |
| Bestandsgrootte | 6.21 KB |
| Aantal Installaties | 66 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2020-09-13 |
| Publicatiedatum | 2020-09-13 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | loach |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter Promotion Blocker",
"version": "1.0.0",
"manifest_version": 2,
"description": "Twitter\u306e\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u4e0a\u306e\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"css": [
"content.css"
]
}
]
} | |