standaard plus reader
Tool die je toelaat om betalende artikels van de standaard te lezen die gedeeld zijn op facebook zonder abonnement.
What is standaard plus reader?
standaard plus reader is a Chrome extension developed by Rob, and its main feature is "Tool die je toelaat om betalende artikels van de standaard te lezen die gedeeld zijn op facebook zonder abonnement.".
Download standaard plus reader Extension CRX File
Download standaard plus reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Deze extensie laat u toe om gedeelde standaard+ artikels te lezen. Belangrijk om weten is dat het hier enkel gaat om gedeelde artikels op sociale media. Als u op de site naar een standaard+ artikel navigeert zal deze extensie geen hulp bieden.
Extension Basic Information
Name | standaard plus reader |
ID | bpnmhjjbecbifccngjidhfogidommncd |
Official URL | https://chromewebstore.google.com/detail/standaard-plus-reader/bpnmhjjbecbifccngjidhfogidommncd |
Description | Tool die je toelaat om betalende artikels van de standaard te lezen die gedeeld zijn op facebook zonder abonnement. |
File Size | 152 KB |
Installation Count | 17 |
Current Version | 0.2 |
Last Updated | 2017-02-13 |
Publish Date | 2017-02-13 |
Developer | Rob |
Payment Type | free |
Supported Languages | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "standaard plus reader", "version": "0.2", "description": "Tool die je toelaat om betalende artikels van de standaard te lezen die gedeeld zijn op facebook zonder abonnement.", "manifest_version": 2, "icons": { "64": "images\/faviconPlus.ico" }, "browser_action": { "default_icon": "images\/faviconPlus.ico" }, "content_scripts": [ { "matches": [ "http:\/\/www.standaard.be\/*" ], "css": [ "mystyles.css" ] } ], "permissions": [ "https:\/\/www.google-analytics.com\/" ] } |