LEFT | RIGHT |
(no file at all) | |
1 [general] | 1 [general] |
2 basename = adblockpluschrome | 2 basename = adblockpluschrome |
3 version = 1.4 | 3 version = 1.4 |
4 backgroundScripts = lib/compat.js | 4 backgroundScripts = lib/compat.js |
5 lib/adblockplus.js | 5 lib/adblockplus.js |
6 lib/punycode.js | 6 lib/punycode.js |
7 lib/publicSuffixList.js | 7 lib/publicSuffixList.js |
8 lib/basedomain.js | 8 lib/basedomain.js |
9 lib/sha1.js | 9 lib/sha1.js |
10 lib/jsbn.js | 10 lib/jsbn.js |
(...skipping 16 matching lines...) Expand all Loading... |
27 | 27 |
28 [contentScripts] | 28 [contentScripts] |
29 document_start = include.preload.js | 29 document_start = include.preload.js |
30 document_end = include.postload.js | 30 document_end = include.postload.js |
31 | 31 |
32 [compat] | 32 [compat] |
33 chrome = 18.0 | 33 chrome = 18.0 |
34 | 34 |
35 [mapping] | 35 [mapping] |
36 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml | 36 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml |
| 37 firstRun.html = adblockplus/chrome/content/ui/firstRun.html |
| 38 firstRun.js = adblockplus/chrome/content/ui/firstRun.js |
| 39 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css |
| 40 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png |
| 41 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif |
| 42 skin/background.png = adblockplus/chrome/skin/background.png |
| 43 skin/features/malware.png = adblockplus/chrome/skin/features/malware.png |
| 44 skin/features/social.png = adblockplus/chrome/skin/features/social.png |
| 45 skin/features/tracking.png = adblockplus/chrome/skin/features/tracking.png |
| 46 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png |
| 47 skin/social/gplus.png = adblockplus/chrome/skin/social/gplus.png |
| 48 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png |
37 | 49 |
38 [convert_js] | 50 [convert_js] |
39 lib/adblockplus.js = lib/info.js | 51 lib/adblockplus.js = lib/info.js |
40 lib/io.js | 52 lib/io.js |
41 lib/prefs.js | 53 lib/prefs.js |
42 lib/utils.js | 54 lib/utils.js |
43 lib/elemHideHitRegistration.js | 55 lib/elemHideHitRegistration.js |
44 adblockplus/lib/filterNotifier.js | 56 adblockplus/lib/filterNotifier.js |
45 adblockplus/lib/filterClasses.js | 57 adblockplus/lib/filterClasses.js |
46 adblockplus/lib/subscriptionClasses.js | 58 adblockplus/lib/subscriptionClasses.js |
(...skipping 26 matching lines...) Expand all Loading... |
73 subscription.delete.label | 85 subscription.delete.label |
74 addSubscription.label | 86 addSubscription.label |
75 addSubscriptionAdd.label | 87 addSubscriptionAdd.label |
76 addSubscriptionOther.label | 88 addSubscriptionOther.label |
77 acceptableAds2.label | 89 acceptableAds2.label |
78 viewList.label | 90 viewList.label |
79 readMore.label | 91 readMore.label |
80 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 92 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
81 title.label | 93 title.label |
82 adblockplus/chrome/locale/*/meta.properties = =name | 94 adblockplus/chrome/locale/*/meta.properties = =name |
| 95 adblockplus/chrome/locale/*/firstRun.properties = =firstRun_title |
| 96 =firstRun_dataCorruptionWarning |
| 97 =firstRun_acceptableAdsExplanation |
| 98 =firstRun_action_enable |
| 99 =firstRun_action_disable |
| 100 =firstRun_features |
| 101 =firstRun_feature_typo |
| 102 =firstRun_feature_typo_description |
| 103 =firstRun_feature_malware |
| 104 =firstRun_feature_malware_description |
| 105 =firstRun_feature_social |
| 106 =firstRun_feature_social_description |
| 107 =firstRun_feature_tracking |
| 108 =firstRun_feature_tracking_description |
| 109 =firstRun_share |
LEFT | RIGHT |