No More Timeline for Facebook
No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.
Cos'è No More Timeline for Facebook?
No More Timeline for Facebook è un'estensione di Chrome sviluppata da startupbuffer, e la sua funzione principale è "No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione No More Timeline for Facebook
Scarica i file di estensione No More Timeline for Facebook 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
Remember the times when you open the Facebook just for replying a message or checking your company Facebook page but you spent hours fooling around the timeline. No more wasting your time with Facebook timeline. No More Timeline for Facebook (NMTFB) is an extension that removes Facebook timeline to help you get more productive.
Informazioni di Base sull'Estensione
Nome | No More Timeline for Facebook |
ID | knojhelebinecbcocnaobgkbilmfcekm |
URL Ufficiale | https://chromewebstore.google.com/detail/no-more-timeline-for-face/knojhelebinecbcocnaobgkbilmfcekm |
Descrizione | No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline. |
Dimensione del File | 194 KB |
Conteggio Installazioni | 303 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2021-03-03 |
Data di Pubblicazione | 2021-03-03 |
Valutazione | 3.38/5 Totale 16 Valutazioni |
Sviluppatore | startupbuffer |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://startupbuffer.com?utm_source=nmtfb_webstore_listing |
URL della Pagina della Politica sulla Privacy | https://startupbuffer.com/site/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No More Timeline for Facebook", "short_name": "NMTFB", "version": "0.0.2", "manifest_version": 2, "description": "No More Timeline for Facebook helps you get more productive with your business activities on Facebook by removing FB timeline.", "homepage_url": "https:\/\/startupbuffer.com?utm_source=nmtfb", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "\/images\/work.jpg" ] } |