Sarahah Block
This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
Cos'è Sarahah Block?
Sarahah Block è un'estensione di Chrome sviluppata da swapydapy, e la sua funzione principale è "This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sarahah Block
Scarica i file di estensione Sarahah Block 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
This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
Informazioni di Base sull'Estensione
Nome | Sarahah Block |
ID | cimhbfgnhljfobaekifiljikjecfofgm |
URL Ufficiale | https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm |
Descrizione | This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :) |
Dimensione del File | 73.37 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2017-08-17 |
Data di Pubblicazione | 2017-08-17 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | swapydapy |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sarahah Block", "version": "0.3", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-3.2.1.min.js", "mutation-summary.js", "cleaner.js", "content.js" ], "css": [ "fix.css" ] } ], "web_accessible_resources": [ "images\/*.png" ] } |