slideshare next-slide disabler
Disable slideshare's next-slide.
Co to jest slideshare next-slide disabler?
slideshare next-slide disabler to rozszerzenie Chrome opracowane przez kawaz, a jego główną funkcją jest „Disable slideshare's next-slide.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia slideshare next-slide disabler
Pobierz pliki rozszerzeń slideshare next-slide disabler 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | egmemnnmafodbgakebaabhanjmjflmbk |
| Oficjalny URL | https://chromewebstore.google.com/detail/slideshare-next-slide-dis/egmemnnmafodbgakebaabhanjmjflmbk |
| Opis | Disable slideshare's next-slide. |
| Rozmiar pliku | 228 KB |
| Liczba instalacji | 97 |
| Aktualna Wersja | 0.0.5 |
| Ostatnia Aktualizacja | 2019-02-26 |
| Data Publikacji | 2019-02-26 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | kawaz |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/kawaz/slideshare-next-slide-disabler.crx |
| Adres URL Strony Pomocy | https://twitter.com/kawaz |
| Obsługiwane Języki | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "0.0.5",
"content_scripts": [
{
"all_frames": false,
"js": [
"document_end.js"
],
"matches": [
"https:\/\/www.slideshare.net\/*"
],
"run_at": "document_end"
}
]
} | |