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 :)
Vad är Sarahah Block?
Sarahah Block är en Chrome-tillägg utvecklad av swapydapy, och dess huvudfunktion är "This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :)".
Tilläggsskärmbilder
Ladda ner Sarahah Block-förlängningens CRX-fil
Ladda ner Sarahah Block-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | cimhbfgnhljfobaekifiljikjecfofgm |
| Officiell webbadress | https://chromewebstore.google.com/detail/sarahah-block/cimhbfgnhljfobaekifiljikjecfofgm |
| Beskrivning | This extension auto-hides all posts in your timeline belonging to sarahah on facebook.com You can see the post if you want to :) |
| Filstorlek | 73.37 KB |
| Antal Installationer | 15 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2017-08-17 |
| Publiceringsdatum | 2017-08-17 |
| Betyg | 5.00/5 Totalt 8 Betyg |
| Utvecklare | swapydapy |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |