Russia Insider Daily Headlines
A Western view of Russia, without the anti-Russian bias
Russia Insider Daily Headlines क्या है?
Russia Insider Daily Headlines http://russia-insider.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Western view of Russia, without the anti-Russian bias"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Russia Insider Daily Headlines एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cdcnokjdpjehafolgamomncndbgbckai |
आधिकारिक URL | https://chrome.google.com/webstore/detail/russia-insider-daily-head/cdcnokjdpjehafolgamomncndbgbckai |
विवरण | A Western view of Russia, without the anti-Russian bias |
फ़ाइल का आकार | 63.07 KB |
स्थापना संख्या | 302 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2015-10-07 |
प्रकाशन तिथि | 2015-10-07 |
रेटिंग | 4.29/5 कुल 7 रेटिंग्स |
डेवलपर | http://russia-insider.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://russia-insider.com |
सहायता पृष्ठ URL | http://russia-insider.com/contact |
समर्थित भाषाएँ | 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'" } |