Russia Insider Daily Headlines
A Western view of Russia, without the anti-Russian bias
Russia Insider Daily Headlines là gì?
Russia Insider Daily Headlines là một tiện ích mở rộng Chrome được phát triển bởi http://russia-insider.com, và tính năng chính của nó là "A Western view of Russia, without the anti-Russian bias".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Russia Insider Daily Headlines
Tải xuống các tệp mở rộng Russia Insider Daily Headlines dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cdcnokjdpjehafolgamomncndbgbckai |
URL Chính Thức | https://chrome.google.com/webstore/detail/russia-insider-daily-head/cdcnokjdpjehafolgamomncndbgbckai |
Mô tả | A Western view of Russia, without the anti-Russian bias |
Kích Thước Tệp | 63.07 KB |
Số Lần Cài Đặt | 302 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-10-07 |
Ngày Phát Hành | 2015-10-07 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | http://russia-insider.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://russia-insider.com |
URL Trang Trợ Giúp | http://russia-insider.com/contact |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |