Guardian ID
Bungie Private API access layer. Necessary for using private services on https://guardian.fm
Co to jest Guardian ID?
Guardian ID to rozszerzenie Chrome opracowane przez https://guardian.fm, a jego główną funkcją jest „Bungie Private API access layer. Necessary for using private services on https://guardian.fm”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Guardian ID
Pobierz pliki rozszerzeń Guardian ID 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
Bungie Private API access layer. Necessary for using private services on https://guardian.fm Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | akmfnpkcodinjihoampidkbfaeifjlcd |
| Oficjalny URL | https://chromewebstore.google.com/detail/guardian-id/akmfnpkcodinjihoampidkbfaeifjlcd |
| Opis | Bungie Private API access layer. Necessary for using private services on https://guardian.fm |
| Rozmiar pliku | 669 KB |
| Liczba instalacji | 10 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2016-04-30 |
| Data Publikacji | 2016-04-29 |
| Deweloper | https://guardian.fm |
| Typ Płatności | free |
| Obsługiwane Języki | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Guardian ID",
"description": "Bungie Private API access layer. Necessary for using private services on https:\/\/guardian.fm",
"version": "1.0",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"jquery.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/guardian.fm\/*"
],
"js": [
"jquery.js",
"site_connector.js"
]
}
],
"permissions": [
"cookies",
"https:\/\/guardian.fm\/",
"*:\/\/*.bungie.net\/"
]
} | |