Topic Blocker
Filter out Facebook posts by topic.
Cos'è Topic Blocker?
Topic Blocker è un'estensione di Chrome sviluppata da Adam, e la sua funzione principale è "Filter out Facebook posts by topic.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Topic Blocker
Scarica i file di estensione Topic Blocker 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
Are you tired of reading posts in your Facebook News Feed about a specific (probably controversial) topic from all 1000 of your closest friends/enemies/acquaintances/pets/phrenologists?
Good news! When you get tired of a certain topic, just use Topic Blocker to block it! Informazioni di Base sull'Estensione
| Nome | |
| ID | nljofmjkcfcllbffocmfddhmapchciaj |
| URL Ufficiale | https://chromewebstore.google.com/detail/topic-blocker/nljofmjkcfcllbffocmfddhmapchciaj |
| Descrizione | Filter out Facebook posts by topic. |
| Dimensione del File | 51.05 KB |
| Conteggio Installazioni | 73 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2014-07-10 |
| Data di Pubblicazione | 2014-07-10 |
| Valutazione | 5.00/5 Totale 9 Valutazioni |
| Sviluppatore | Adam |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.1",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/16.png",
"128": "images\/128.png"
},
"permissions": [
"storage"
],
"default_locale": "en",
"background": {
"scripts": [
"scripts\/chromereload.js",
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/19.png",
"38": "images\/38.png"
},
"default_title": "Topic Blocker",
"default_popup": "popup.html"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/www.facebook.com\/*",
"https:\/\/www.facebook.com\/*"
],
"css": [
"styles\/main.css"
],
"js": [
"scripts\/contentscript2.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |