Similar Websites
Similar Websites
Wat is Similar Websites?
Similar Websites is een Chrome-extensie ontwikkeld door https://odir.org, en de belangrijkste functie is "Similar Websites".
Download het CRX-bestand van de extensie Similar Websites
Download Similar Websites-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | bphmdijlndgbcfcafdkjmidjkeidenci |
| Officiële URL | https://chrome.google.com/webstore/detail/similar-websites/bphmdijlndgbcfcafdkjmidjkeidenci |
| Beschrijving | Similar Websites |
| Bestandsgrootte | 701 KB |
| Aantal Installaties | 135 |
| Huidige Versie | 0.0.4 |
| Laatst Bijgewerkt | 2017-02-16 |
| Publicatiedatum | 2017-02-16 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://odir.org |
| Betalingswijze | free |
| Ondersteunde Talen | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_shortName__",
"version": "0.0.4",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*:\/\/*.odir.org\/*",
"*:\/\/*.odir.us\/*"
],
"js": [
"scripts\/content.js"
]
}
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"optional_permissions": [
"topSites"
],
"browser_action": {
"default_icon": "images\/icon-128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com\/ga.js; object-src 'self'"
} | |