Hide Blue Checks
Hide tweets from accounts with blue checkmarks.
Wat is Hide Blue Checks?
Hide Blue Checks is een Chrome-extensie ontwikkeld door Ian Webster, en de belangrijkste functie is "Hide tweets from accounts with blue checkmarks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide Blue Checks
Download Hide Blue Checks-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
This extension hides tweets from accounts with Blue "Verified" Checkmarks. Basisinformatie over de Extensie
| Naam | |
| ID | ahghnnmomjbgbfmmeiafbilhjlloaooc |
| Officiële URL | https://chromewebstore.google.com/detail/hide-blue-checks/ahghnnmomjbgbfmmeiafbilhjlloaooc |
| Beschrijving | Hide tweets from accounts with blue checkmarks. |
| Bestandsgrootte | 17.17 KB |
| Aantal Installaties | 121 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2022-11-10 |
| Publicatiedatum | 2022-11-07 |
| Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Ian Webster |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/typpo/hide-blue-checks |
| Help Pagina-URL | https://github.com/typpo/hide-blue-checks/issues/new |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hide Blue Checks",
"version": "0.0.1",
"description": "Hide tweets from accounts with blue checkmarks.",
"homepage_url": "https:\/\/github.com\/typpo\/hide-blue-checks",
"manifest_version": 3,
"minimum_chrome_version": "100",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "100.0"
}
},
"icons": {
"128": "icon.3998fbaf.png"
},
"permissions": [],
"host_permissions": [
"https:\/\/twitter.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"content.b1d20040.js"
],
"run_at": "document_end",
"css": []
}
]
} | |