Story Gone - Hide Stories on Facebook™
Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.
Apa itu Story Gone - Hide Stories on Facebook™?
Story Gone - Hide Stories on Facebook™ adalah ekstensi Chrome yang dikembangkan oleh Syed Husain, dan fitur utamanya adalah "Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Story Gone - Hide Stories on Facebook™
Unduh file ekstensi Story Gone - Hide Stories on Facebook™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Usage: The extension processes a snippet of code. Your data is not stored by the extension. Informasi Dasar Ekstensi
| Nama | |
| ID | icmddplnjlidhoekchpkggfbmdemfaji |
| URL Resmi | https://chrome.google.com/webstore/detail/story-gone-hide-stories-o/icmddplnjlidhoekchpkggfbmdemfaji |
| Deskripsi | Story Gone is a simple extension that hides Facebook™ stories. Just install and refresh your feed. |
| Ukuran File | 26.72 KB |
| Jumlah Instalasi | 56 |
| Versi Saat Ini | 1.2 |
| Terakhir Diperbarui | 2020-02-08 |
| Tanggal Publikasi | 2020-02-05 |
| Penilaian | 4.20/5 Total 5 Penilaian |
| Pengembang | Syed Husain |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Story Gone - Hide Stories on Facebook\u2122",
"description": "Story Gone is a simple extension that hides Facebook\u2122 stories. Just install and refresh your feed.",
"version": "1.2",
"authors": [
{
"name": "Syed Husain",
"website": "https:\/\/husainsyed.github.io\/*"
}
],
"content_scripts": [
{
"css": [
"inject.css"
],
"matches": [
"https:\/\/www.facebook.com\/*",
"https:\/\/m.facebook.com\/*",
"https:\/\/touch.facebook.com\/*",
"https:\/\/web.facebook.com\/*"
]
}
],
"icons": {
"16": "images\/16 x 16.png",
"48": "images\/48 x 48.png",
"128": "images\/128 x 128.png"
}
} | |