Trend Blocker
Blocks curiosity-clicks to Twitter trends.
Wat is Trend Blocker?
Trend Blocker is een Chrome-extensie ontwikkeld door https://klivk.com, en de belangrijkste functie is "Blocks curiosity-clicks to Twitter trends.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trend Blocker
Download Trend 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
Avoid all those useless tweets that you read just because you have reflexively clicked on catchy trending topic titles. When you are super curious about one, you can always control-click or right-click to read it.
Basisinformatie over de Extensie
Naam | Trend Blocker |
ID | mmkljdkafmpccfjahboblagjedcdafpg |
Officiële URL | https://chromewebstore.google.com/detail/trend-blocker/mmkljdkafmpccfjahboblagjedcdafpg |
Beschrijving | Blocks curiosity-clicks to Twitter trends. |
Bestandsgrootte | 59.3 KB |
Aantal Installaties | 94 |
Huidige Versie | 1.0.2.2 |
Laatst Bijgewerkt | 2012-04-24 |
Publicatiedatum | 2012-04-24 |
Ontwikkelaar | https://klivk.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://serdar.work/chrome-extensions/privacy-policy.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trend Blocker", "version": "1.0.2.2", "manifest_version": 2, "description": "Blocks curiosity-clicks to Twitter trends.", "icons": { "14": "icon14.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "myscript.js" ] } ], "homepage_url": "http:\/\/klivk.com\/trend-blocker" } |