Cricketism Fantasy League
Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group…
Wat is Cricketism Fantasy League?
Cricketism Fantasy League is een Chrome-extensie ontwikkeld door Karthik Srinivasan, en de belangrijkste functie is "Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group…".
Extensie Screenshots
Download het CRX-bestand van de extensie Cricketism Fantasy League
Download Cricketism Fantasy League-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
Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group called Cricketism. Basisinformatie over de Extensie
| Naam | |
| ID | ipkcgbmkjeabphgknkeiabfebhlpknip |
| Officiële URL | https://chromewebstore.google.com/detail/cricketism-fantasy-league/ipkcgbmkjeabphgknkeiabfebhlpknip |
| Beschrijving | Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group… |
| Bestandsgrootte | 61.21 KB |
| Aantal Installaties | 35 |
| Huidige Versie | 0.0.1.5 |
| Laatst Bijgewerkt | 2015-02-15 |
| Publicatiedatum | 2015-02-14 |
| Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Karthik Srinivasan |
| Betalingswijze | free |
| Extensiewebsite | https://www.facebook.com/groups/cricketism |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cricketism Fantasy League",
"version": "0.0.1.5",
"offline_enabled": true,
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/www.espncricinfo.com\/*\/engine\/match\/*"
],
"js": [
"jquery.min.js",
"content.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
"page_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |