Russia Insider Daily Headlines
A Western view of Russia, without the anti-Russian bias
Co to jest Russia Insider Daily Headlines?
Russia Insider Daily Headlines to rozszerzenie Chrome opracowane przez http://russia-insider.com, a jego główną funkcją jest „A Western view of Russia, without the anti-Russian bias”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Russia Insider Daily Headlines
Pobierz pliki rozszerzeń Russia Insider Daily Headlines 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
Russia Insider is a collection of independent Westerners who believe the media has failed us, purporting a slanted and negative view of Russia. Join us as we breakdown, research, and challenge the Western narrative against Russia to bring you the facts about what's really going on in Russian politics, business, and culture. Dozens of articles are published hourly.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cdcnokjdpjehafolgamomncndbgbckai |
Oficjalny URL | https://chrome.google.com/webstore/detail/russia-insider-daily-head/cdcnokjdpjehafolgamomncndbgbckai |
Opis | A Western view of Russia, without the anti-Russian bias |
Rozmiar pliku | 63.07 KB |
Liczba instalacji | 302 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-10-07 |
Data Publikacji | 2015-10-07 |
Ocena | 4.29/5 Łącznie 7 Oceny |
Deweloper | http://russia-insider.com |
Typ Płatności | free |
Strona Rozszerzenia | http://russia-insider.com |
Adres URL Strony Pomocy | http://russia-insider.com/contact |
Obsługiwane Języki | en |
manifest.json | |
{ "manifest_version": 2, "name": "Russia Insider Daily Headlines", "short_name": "Russia Insider", "description": "A Western view of Russia, without the anti-Russian bias", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2", "icons": { "16": "images\/icon.png", "48": "images\/48.png", "128": "images\/128.png" }, "homepage_url": "http:\/\/russia-insider.com\/", "background": { "page": "background.html" }, "permissions": [ "http:\/\/russia-insider.com\/en\/all-content\/chrome", "storage" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "Russia Insider", "default_popup": "popup.html" }, "web_accessible_resources": [ "check.html" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |