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 :)
Was ist Sarahah Block?
Sarahah Block ist eine Chrome-Erweiterung, die von swapydapy entwickelt wurde, und ihr Hauptmerkmal ist "This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)".
Erweiterungsscreenshots
Sarahah Block-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sarahah Block-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
Grundlegende Informationen zur Erweiterung
Name | Sarahah Block |
ID | cimhbfgnhljfobaekifiljikjecfofgm |
Offizielle URL | https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm |
Beschreibung | This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :) |
Dateigröße | 73.37 KB |
Installationsanzahl | 15 |
Aktuelle Version | 0.3 |
Letztes Update | 2017-08-17 |
Veröffentlichungsdatum | 2017-08-17 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | swapydapy |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |