Oink Killer
This extension removes Sponsored Posts & Suggestion Posts on Facebook feed.
Co to jest Oink Killer?
Oink Killer to rozszerzenie Chrome opracowane przez julien.cardoux, a jego główną funkcją jest „This extension removes Sponsored Posts & Suggestion Posts on Facebook feed.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Oink Killer
Pobierz pliki rozszerzeń Oink Killer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension works autonomously, it will remove Sponsored Posts & Suggestion Posts from your Facebook feed.
──────────────
│VERSIONS NOTES
│
│ ● 2.3.2
│ │ Errors fixes
│
│ ● 2.3.2
│ │ Statistics fixes
│
────────────── Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ceojkdgaghpgljckbnkfcedofogiihlh |
| Oficjalny URL | https://chromewebstore.google.com/detail/oink-killer/ceojkdgaghpgljckbnkfcedofogiihlh |
| Opis | This extension removes Sponsored Posts & Suggestion Posts on Facebook feed. |
| Rozmiar pliku | 63.21 KB |
| Liczba instalacji | 27 |
| Aktualna Wersja | 2.3.3 |
| Ostatnia Aktualizacja | 2016-09-04 |
| Data Publikacji | 2016-09-04 |
| Ocena | 4.00/5 Łącznie 4 Oceny |
| Deweloper | julien.cardoux |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Oink Killer",
"description": "This extension removes Sponsored Posts & Suggestion Posts on Facebook feed.",
"version": "2.3.3",
"browser_action": {
"default_title": "Oink Killer",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"js": [
"jquery-3.1.0.min.js",
"OinkKiller.js"
]
}
],
"permissions": [
"activeTab",
"storage"
]
} | |