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 :)
Hvad er Sarahah Block?
Sarahah Block er en Chrome-udvidelse udviklet af swapydapy, og dens hovedfunktion er "This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)".
Udvidelsesskærmbilleder
Download Sarahah Block-udvidelses-CRX-fil
Download Sarahah Block-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)
Grundlæggende oplysninger om udvidelsen
Navn | Sarahah Block |
ID | cimhbfgnhljfobaekifiljikjecfofgm |
Officiel URL | https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm |
Beskrivelse | This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :) |
Filstørrelse | 73.37 KB |
Antal Installationer | 15 |
Nuværende Version | 0.3 |
Senest Opdateret | 2017-08-17 |
Udgivelsesdato | 2017-08-17 |
Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
Udvikler | swapydapy |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |